Hello
I had a similar issue with an onClick event in a Form which called a window.location function as part of the event.
That did not work, so instead of having the event called from within the onClick(), I placed it in a function which was called by the onClick().
For example.
function...
Hmm.
Surely in the validation of the Form, you are validating City against Country. So if the City doesn't match the Country, then you can forcibly change teh data in any of the text boxes using the following:
RegiForm.UserName.value = userName;
This assumes:
1. a Form named RegiForm
2. a...
Hello
I am reading the contents of a Cookie into an array, which expands according to the number of comma separated values the cookie retrieves.
I am then trying to pass the array onto Netscapes? graph.js (http://developer.netscape.com/docs/technote/javascript/graph/) to plot the results on a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.