Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Taking an input field and putting it in a variable

Status
Not open for further replies.

fergman

Technical User
Oct 19, 2000
91
US
how do I take a textbox and put it's contents in a variable on the same page (not using htmlencode)?
 
You need a simple bit of code.

sTextBox = InputBox("Please enter the Value.","Input Box")
wscript.echo sTextBox
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top