Can you send a "Get" request through a browser?

  • Thread starter Thread starter melton9
  • Start date Start date
M

melton9

I'm trying to send a "get" through webbrowser1. I'm really not sure
how to do this.

I'm trying to emulate a button click on a page with a lot of frames.
When you click the refresh button it sends a "Get" to the site and the
response updates that frame.
 
I'm thinking that frames on a page aren't linked right? So I guess I
need to refresh a particular frame or something.
 
yes you can do this

just set up a form with the required parameters and change the method from
post to get
another alternative is to concate a string through javascript

ofcourse you can also controls the form with javascript ( change
parameters send the request ecte ct )

hth

Michel Posseth
 
Back
Top