![]() |
|
|||||||
| All other Scripting/Programming items Anything that does not fall into the other categories that has to do with Scripting/Programming. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have the following code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <script language="VBScript"> sub runsub End Sub </script> <body> <form name="form1"> <label> <input type="text" name="textfield1" id="textfield1" /> </label> <p> <label> <input type="button" value="run" onClick="RunSub"/> </label> </p> </form> </body> </html> How by pressing Run can it store the information of the textbox in a variable? |
|
This ad is part of our Revenue Sharing program |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| malicious code inserted on all html pages on all domains | gibsongk55 | Security Stuff | 1 | 10-15-2007 07:30 AM |
| finding certain text in html page+vbsript | sharjeel | ASP & VBScript Forum | 1 | 05-15-2007 02:26 PM |