| |
basel
Posts: 2
Score: 0
Joined: 2/14/2007
Status: offline
|
Hi everyone i am a new member. I am writing a script for school purpose and I am kinda stuck. I am not the greatest at vbscript. One thing i have to do in my script is make sure that when a value is entered into the text box and then click submit, a message is supposed to appear and say thanks for the data. Here is an example of where i am stuck If strColour = " dont' know what to put here" Then Response.write "Thanks for the data" End If
|
|