Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE4 works but IE5 does not
Message
From
09/08/1999 13:48:00
 
 
To
All
General information
Forum:
Internet
Category:
VBScript
Title:
IE4 works but IE5 does not
Miscellaneous
Thread ID:
00251624
Message ID:
00251624
Views:
40
Hi! I run Internet Explorer 4 and that script works :
INPUT NAME="hidden">
INPUT NAME="Soumettre"TYPE="BUTTON" VALUE="Soumettre">
SCRIPT FOR="Soumettre" EVENT="onClick" LANGUAGE="VBScript">
Dim myVar
myVar = MsgBox ("test", 33, "Confirmation")
IF myVar = "1" THEN
hidden.value = myVar
wwForm.submit
END IF</SCRIPT>
But in IE5 it doesn't work. The MsgBox appear but the hidden object is not
found. Someone have an idea why? Is there a better way to confirm the
submission of a form? Can i stop the submission by
using :
SCRIPT FOR="wwFormSoumettre" EVENT="onSubmit" LANGUAGE="VBScript">
I try it and it do not seems to works.

Thanks,

Vincent
Next
Reply
Map
View

Click here to load this message in the networking platform