I have a page that onload=document.form1.submit() will not work for. However I have some occasions that would be great for.
I want to call the submit funtion from the page_load if this conditions exists.
The button is called Button1. Please any help here would be great.
Thanks,
[ Ésôtêrîç ]
I want to call the submit funtion from the page_load if this conditions exists.
Code:
If Request.QueryString("CustNumber") <> "" Then
Button1.focus()
'We have a customer number so submit the form please
else
'DO NOT SUBMIT AUTOMATIC
end if
The button is called Button1. Please any help here would be great.
Thanks,
[ Ésôtêrîç ]