May 13, 2002 #1 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)?
May 30, 2002 #2 VAXDragon Programmer May 30, 2002 1 US You need a simple bit of code. sTextBox = InputBox("Please enter the Value.","Input Box" wscript.echo sTextBox Upvote 0 Downvote
You need a simple bit of code. sTextBox = InputBox("Please enter the Value.","Input Box" wscript.echo sTextBox