Webmaster Forum

Go Back   Webmaster Forum > Scripting/Programming & Debugging > All other Scripting/Programming items
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

All other Scripting/Programming items Anything that does not fall into the other categories that has to do with Scripting/Programming.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-19-2007, 03:47 PM
none none is offline
Junior Member
 
Join Date: Oct 2007
Posts: 1
none is an unknown quantity at this point
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Default HTML & VBScript

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?
Reply With Quote

This ad is part of our Revenue Sharing program
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT. The time now is 06:56 AM.


Creative Commons License
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30