This code works fine on my development machine (XP Pro), on my test box (W2000), but returns 'false' for the first if statement on a Server2003 box. All boxes running Framework 1.1: if (typeof(Page_ClientValidate) == 'function') { if (Page_ClientValidate())
{ if ( confirm("Notification will be sent to " + appemail + ".\nAre you ready to submit this requisition?") ) { __doPostBack('SubFormButton',''); } } } any thoughts?
BTW... the machines listed above are the webservers, not clients. Same client/browser, browsing to different webservers gets different results. Code is the same. Javascript when viewing source seems to be identical. Where does a page indicate if it is typeof(Page_ClientValidate)?
Just to clarify...
stan6677
Member
45 Points
9 Posts
Page_ClientValidate()
Nov 07, 2003 08:34 PM|LINK
stan6677
Member
45 Points
9 Posts
Re: Page_ClientValidate()
Nov 07, 2003 08:57 PM|LINK