May 13, 2002 #1 fergman Technical User Joined Oct 19, 2000 Messages 91 Location 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 Joined May 30, 2002 Messages 1 Location 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