Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE4 works but IE5 does not
Message
De
09/08/1999 13:48:00
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
VBScript
Titre:
IE4 works but IE5 does not
Divers
Thread ID:
00251624
Message ID:
00251624
Vues:
41
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform