Alright... I am now bald trying to figure this out...
What am I doing wrong here?
I am using jQuery to try and cycle through some images here, and what is happenning is there are 3 imag...
Hello All,
I have to create a javascript function dynamically from a code behind in C#.NET.
How do I achieve this?
To be more clear..I have a master page which has two user controls..lets...
How many radio buttons are setup below.
<input name="m_home_liens1" type="radio" class="F_RadioButton" id="m_home_liens1" value="True" onClick="javascript:fnc_display_h_lien...
How can I add "Hello World" to an iframe created with JavaScript?
A webpage calls a JavaScript file.
Inside that .js file, how can I find the full absolute path to the .js file?
Hi,
I am using IE. And i want to allow only numbers in a textbox using JavaScript. Can you please provide me the sample code needed for that ?
Thanks
I want to rotate text in a html span or div using Javascript.
How do I do this in a cross browser solution?
I need to show a popup with no controls whatsoever. Everything is fine except for the location bar. Whether I put location=1 or location=0 it still shows up--not what I want. Is there no way t...
Could you please suggest a function that hides/shows div on an aspx page.
Dear All,
i have to compare to datetime value using javascript.
Date1:04/05/2009 11:57
Date2: 04/05/2009 12:05
i want to check the Date1 should be greater than date2 . it should compar...
I'm trying to do something that I've seen on a particular site, it's a slideshow of sorts, but it automatically scrolls and can also be linked.
The URL will help, it's the main part of the ...
I am using the "related solution" to toggle the editability of the input fields inside a DIV when I check/uncheck a box.
But I really need the JavaScript links in the DIV to disable/enable....
Hi
I would like to pass the selected value of a drop downlist to the function in javascript?
Then i have to pass it in a switch statement in another function
Please let me know how in the ...
I have a HTML Form with two input boxes:
Password,
Confirm Password.
I want to call a JavaScript function when the Confirm Password box looses focus and also pass the value as an argu...
Hello Experts
I have a block of javascript code which I have added to the .js file
When I execute the code from the same page it works, I mean, physically adding the javascript function...
Check this page: http://www.etasdirect.com/?id=8
When you submit a faulty form the error message appears no problem, but it's supposed to scroll to the first error.
It's using the mootools...
Hi
How to reset the value of<input type="file">
i used this 2 but not use full
document.getElementById('file').value="";
document.addAttachmentForm.file.value="";
Hi, the following function does not executed because onkeyup event does not fired in IE but it works fine in FF, any suggestion?
IE 7 and IE 8 resize the Iframe correctly. FF is unresponsive.
Check out: http://charlesdarwall.com/j/index1.htm.
This problem has been killing me for a week ,which is why I'm offering ...
Hi,
I have the following array:
Dim sport(5) As String
sport(0) = "Soccer"
sport(1) = Nothing
sport(2) = "Rugby"
sport(3) = Nothing
sport(4) = "BasketBall"
sport(5) = Nothing
I ...
Hi All,
Im using the Java script below to drag and drop images. The thing is i needed a script to drag and drop things into a map and save the postion in MySQL. Any example?
EG: I need ...
hi
i am getting an undefined in firefox and i am relaibly informed that it is a javascript error and not php. it seems to be happening where i have an onchange event. it works ok in IE8 but n...
Hi.. I am using a javascript (Floating Div from http://www.javascript-fx.com) for a div that I want fixed in the lower left hand column when scrolling through a long page.
THis is working f...
Hello Experts
I have an asp.net registration page where I have a checkbox, when clicked I want to copy the data from one section to another section.
I am trying to write a simple javascript...
Hi Experts,
I've got this page still build with a frameset. (yes not ideal I know) but now I need to lounch a greybox from a chlid frame but when I try the regular installation code the gra...