J
Jonathan Wood
Looking at the page loaded into the browser, I found the following inside of
<form></form>:
<input type="image" name="ContinueButton" onclick="if
(typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); "
language="javascript" id="ContinueButton"
src="http://localhost/[...]\Continue.gif" border="0" />
Doesn't this suggest that Page_ClientValidate() should be a routine on the
page somewhere? I searched for "Page_ClientValidate" and only found it above
and for one other control that looked much like this one.
Can anyone help me understand these lines?
Thanks.
<form></form>:
<input type="image" name="ContinueButton" onclick="if
(typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); "
language="javascript" id="ContinueButton"
src="http://localhost/[...]\Continue.gif" border="0" />
Doesn't this suggest that Page_ClientValidate() should be a routine on the
page somewhere? I searched for "Page_ClientValidate" and only found it above
and for one other control that looked much like this one.
Can anyone help me understand these lines?
Thanks.