Hello, i have a link on my webpage, when clicked, I would like a pop-up div to appear as modal, but not as a window. The backpage should become transparent black 60% and the user cannot access...
How to list the contents of a directory in javascript and delete files older than x days...
The code below is vbs but I need javascript.
Thanks
Function PruneFiles (FolderPath)
on er...
I have a webpage with this form:
<form METHOD=POST ACTION="/servlet/webacc" target="_top">
<td>
<b>GroupWise WebAccess:</b>
</td>
...
I am getting the height of my iframe using this code. It loads the original page correctly but I have a jumpMenu that loads other pages in the IFrame and when i select a new page it does not...
I still can't get the hang of JavaScript. How to make it so that checking the checkbox enables select list and unchecking disables it. I want to have two sets of these and then another set...
Hello, I seem to have a problem which I've been trying to figure out for a few days now. I have some code that works perfect in IE, but I need to make it work also in firefox, so I ran up wi...
Im using the jw player, but i dont know how to link a specific video from the playlist.
in this example http://www.jeroenwijering.com/?page=wizard&example=16 how should i link directly to ...
Trying to convert string with leading 0 to number and it doesn't work
ie:
var test = '08';
var value = parseInt(test);
I wan't 08 I currently get it to work like this, but there must...
On my page I use javascript to add input elements to the page when a button is clicked. This part works fine except when these new input elements are created they need to have an onkeypress ev...
I have a situation where I would like to find the parent element of the current element, and I'd like to do so without cluttering up my code with an ID for every element that I need to find.
...
How to show vertical text in IE and firefox using java script. I used the below script and it works fine in IE but in firefox it is not working (in firefox it is showing the text horizontally)...
Is it possible to loop through the cells in a row using javascript? I need to loop through all the given cells in a row and set certain css properties. This is part of a mouseover script hen...
I'd like to know if it's possible to do the following: Get the display value, which is shown to the user in the drop down field, not the value in the background, using Javascript. Then use Jav...
Experts, I am looking for an example or some links to help me in validating user input via JavaScript. (Yes I know that the best validation is server side, but using JavaScript creates a faste...
Hi experts,
Just a quick question; how would i do this in javascript:
(VB Code)
label.text = "Your name is " & IIF(UserID = 1,"bob","jeff") & " more writing..."
Thanks for your help!
Hi All,
I have different input forms wrapped in divs, i.e.
<div >
<div>
<input .....
The outer div may be either hidden or visible. The question: how to find i...
Hi all
I need to display a different textbox when user selects option in the combo box using javascript. The code i have works fine with normal text but when i try to use textbox it display...
How to check for "null" with in a JSP form and replace it with blank ie ' ' ..nothing.
Help please!
Alright I am looking to have a floating div at the bottom right hand side of by browser (which is going to follow as you scroll up and down the page).
I've seen lots of them where when you...
Hi,
I have a HTML table (code attached) in the user control (.ascx) page. The user can dynamically add rows to/deletes rows from this table, using Javascript.
There's an asp:button server...
Experts,
I have a check box that i want when i click on it, it shows my html table. I need to do this on client side.
I have written the following but i don't know how to pass a parameter t...
There doesn't seem to be a .childNode function built into javascript. So, what is the easiest way to access child elements? If I have a <div>, and I want to access a child <img>, is there a ...
Dear All,
Does anybody know how to obtain the URL of the previous page visited under IE?
I find that many window.history properties as below only support Netscape.
window.history.curren...
I have a colour picker that works fine. When I click on a colour I get an alert with the colour code. What I want to do is change the colour of the text in an HTML form input text box. I am p...
Hello,
I need some help re-writing a script for our knowledge base, I want the user to be able to press enter via the keyboard instead of the Query button to quickly navigate to the desired...