I'll try to keep this short and sweet ;-)
Let me know if you need further info...
There is a webpage that I want to submit data to, then use the return data to for design purpses...
The problem is... When you click submit, it pops up a new window with the display...
I want to place a WebBrowser object in a VB form, and be able to fill out the controls then submit and return the data in the background...
Is there a way to redirect the New Window's contents to the same WebBrowser control, and cancel the new window request?
If you need an example, here is the form page:
And the pop up data view:
Hmmm... After pasting that URL, I can probably insert the parameters directly into the URL when I navigate the target...
But I would still like to know if it can be redirected...
Thanks in advance,
Josh
Visit My Site
PROGRAMMER:
Red-eyed, mumbling mammal capable of conversing with inanimate objects.
Let me know if you need further info...
There is a webpage that I want to submit data to, then use the return data to for design purpses...
The problem is... When you click submit, it pops up a new window with the display...
I want to place a WebBrowser object in a VB form, and be able to fill out the controls then submit and return the data in the background...
Is there a way to redirect the New Window's contents to the same WebBrowser control, and cancel the new window request?
If you need an example, here is the form page:
And the pop up data view:
Hmmm... After pasting that URL, I can probably insert the parameters directly into the URL when I navigate the target...
Code:
[URL unfurl="true"]http://www.vamservices.com/V3/html/data/bds.aspx[/URL]
[b]?d=7 (Diameter)
&w=29 (Weight)
&t=0.408 (Thickness)[/b]
&g=Choose...
[b]&c=vamfjl (Connection)
&a=Regular (Application)
&o=IJ (Option)[/b]
&u=UM
&Teff=
But I would still like to know if it can be redirected...
Thanks in advance,
Josh
Visit My Site
PROGRAMMER:
