onclick event for a submit button
Hi experts,
I have a Submit Button,
<input type="submit" name="Button1" value="Button" id="Button1" />
what I want to do is to call onclick event for this button I can't change above tag because it is the output of my ASP.NET page
I know document.Form1.submit(); but I want something else
I tried document.Form1.Button1.submit(); but it doesn't work
any opinion?
Thanks in advance.
_____________
Mehdi.
software student.
__________________
_____________
<font color=\"teal\"><font size=\"1\"><b>Mehdi.
software student.</b></font id=\"size1\"></font id=\"teal\">
|