Babak
02-06-2003, 10:27 AM
I have a form with Id="Form1" and a submit button withId="btnSearch".
I want to click it as user clicks another button in the form.I use the following synatax
<INPUT type="button" value="Submit" onclick="Form1.btnSearch.Click()">
but I get an error.
Any help appriciated
I want to click it as user clicks another button in the form.I use the following synatax
<INPUT type="button" value="Submit" onclick="Form1.btnSearch.Click()">
but I get an error.
Any help appriciated