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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Instantiate and post to URL

Status
Not open for further replies.

ikim2000

MIS
May 23, 2002
22
0
0
CA
On a click event, how can launch an instance of Internet Explorer and post text input value to an ASP paged url?

For example,

URL is "Input Text is "order_number"
Input Text is "customer_id"

Thanks,
Ike.
 

You can do it internally to your program if you wish with the webbrowser control.

Good Luck

 
Inside your Asp , make something like
(Php) $all = $_SERVER["argv"];

Which is able to get text !

Now from your vb project
Use
**
Shell( "your asp path" & "your input textinfo")



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top