Hi guys!
This is a weird problem because I have the same code where the onChange works for this server, but doesn't work on the server that I recently set up.
The asp codes work. The onChange I have is on a select drop down list.
This one worked on the old server but not on the new one. Could it be a javascript thing that was not set to be run on the server or would it be the browsers that have it off?
As well I have a button coded as
That one doesn't work either. Any inputs will be so helpful.
Thanks!
This is a weird problem because I have the same code where the onChange works for this server, but doesn't work on the server that I recently set up.
The asp codes work. The onChange I have is on a select drop down list.
Code:
<select name="changeClient" onChange="location.href=(form.changeClient.options[form.changeClient.selectedIndex].value)">
This one worked on the old server but not on the new one. Could it be a javascript thing that was not set to be run on the server or would it be the browsers that have it off?
As well I have a button coded as
Code:
<input type="submit" name="submit" value="Send Message" onClick="sendmsg.asp?id=1">
That one doesn't work either. Any inputs will be so helpful.
Thanks!