| |
dalejwright22
Posts: 11
Score: 0
Joined: 9/15/2004
From: United Kingdom
Status: offline
|
what are you actually trying to do??? you have a onclick event that is being called when u click on the button, it is calling a function called submit, so some where in your code you will need to find this javascript function and see what the code is actually doing. I assume that the javascript is doing a validation check. if ur not used to using Javascript, use server side validation.. If your just wanting to pass some value to the ASP page, then take the onclick off the end of the input type and value should be submit.. ie <INPUT type="submit" value="Send"> hope this helps.
|
|