If I have a text box on a web page like this
<input type="text" size=20 name="textbox" id=textbox">
How do I insert a value into the text box using vbscript?