Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

submit problems on PWS

Status
Not open for further replies.

jacobus

Programmer
Apr 16, 2001
15
NL
hi,

a couple of things are driving me nuts!!

I'm working on a labtop with Windows 2000 & SP3 (iis 5.0)
and am trying to validate a form using :
"myForm_onSubmit=false" in a "sub myForm_onSubmit" routine.

I used it before with a server and it worked fine.
However, now the form submits regardless.

I tried the "document.myForm.submit" in a different sub
and also "myForm.action="

Are there things that won't work on a PWS?

On a older computer without SP3 installed I get the
"Object does'nt support this method or property".

Am I just having a bad day or can anyone shed some light.

thanks
jacobus



 
These are client side issues, nothign to do with PWS or any other server.

Are you using exactly same browser on these machines? Are you clearly stated that you're using VBScript, so the browser won't assume it's JS?


 
hi denoxis

yep .. same browsers and language is VBScript.

I got a clue from another posting I made :

sub myForm_onSubmit = wrong
sub has to be function.

But at least it isn't the pws.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top