| |
RaiderDog
Posts: 1
Score: 0
Joined: 12/31/2001
From:
Status: offline
|
This sub isn't working, I think I have named everything correctly. I'm trying to display a message box if the value in "status" = "Complete". Status is a select box on a form. Any thoughts? <script Language="VBScript"> Sub Button_Onclick If (document.Form.status.value = "Complete") then Msgbox "Mirabile visu" End Sub </script>
|
|