G
Guest
I created page which has scritping in it. I.e. if you check one of the
checkboxes, it automatically checks a couple of other boxes and launches
other sub's, etc...
Ex:
Sub LireEcrire1_onclick
LireEcrire2.checked = FALSE
LireEcrire3.checked = FALSE
LireEcrire4.value = 0
validation()
ptvecu() End Sub
This used to work perfectly, but I want to convert my simple web page into a
form and be able to use "Form Properties" functionality
I managed to copy paste my page contents into a new form, but no matter
where I paste my </SCRIPT> code, it gives me errors like "Expected end of
statement"
I tried putting the scripting at the beginning, at the end or oustide of the
form section with no success.
<form ...
</form>
Is scripting compatible with forms?
Thanks
checkboxes, it automatically checks a couple of other boxes and launches
other sub's, etc...
Ex:
Sub LireEcrire1_onclick
LireEcrire2.checked = FALSE
LireEcrire3.checked = FALSE
LireEcrire4.value = 0
validation()
ptvecu() End Sub
This used to work perfectly, but I want to convert my simple web page into a
form and be able to use "Form Properties" functionality
I managed to copy paste my page contents into a new form, but no matter
where I paste my </SCRIPT> code, it gives me errors like "Expected end of
statement"
I tried putting the scripting at the beginning, at the end or oustide of the
form section with no success.
<form ...
</form>
Is scripting compatible with forms?
Thanks