| |
Brenda
Posts: 2
Score: 0
Joined: 12/11/2001
From: USA
Status: offline
|
How do I get the value from a msgbox in a script block of an asp page? I tried setting a variable called answer = to the msgbox, but got errors. I also got errors when I tried to put the msgbox in an if statement w/ and w/out parenthesis. Thanks for any help. <script LANGUAGE="VBscript"> <!-- msgbox "This action ...", vbokcancel,"Confirm Deletion" If answer = 1 then msgbox "Picked ok!" else msgbox "Picked NO!" End if --> </script> ~B
|
|