WebClient pass variable to website

cpopham

Well-known member
Joined
Feb 18, 2004
Messages
273
I am trying to create a Windows application tat will pass a variable to a website and then pull up the correct webpage without the user even seeing it. The place in the webpage that accepts the variable is:

Code:
<input type="text" name="SHIP_ZIP" size="10" maxlength="10">

and this is the code that submits the variable to pull up th correct page:

Code:
<INPUT TYPE="image" SRC="http://images.mine.com/general/t/test_continue.gif?qlt=100&cvt=gif&wid=63&hei=22" BORDER="0">
How can I send a variable to this page and then have the correct webpage come up?


Thanks, Chester

[/code]
 
Back
Top