Home All Groups Group Topic Archive Search About

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

Author
27 Jul 2006 11:03 PM
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.

Author
27 Jul 2006 11:36 PM
melton9
I'm thinking that frames on a page aren't linked right?  So I guess I
need to refresh a particular frame or something.
Author
28 Jul 2006 11:19 AM
John Timney (MVP)
do a search for cross frame scripting

Regards

John Timney (MVP)


<melt***@hotmail.com> wrote in message
Show quoteHide quote
news:1154043411.636244.219050@i42g2000cwa.googlegroups.com...
> I'm thinking that frames on a page aren't linked right?  So I guess I
> need to refresh a particular frame or something.
>
Author
30 Jul 2006 11:34 AM
Michel Posseth [MCP]
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




<melt***@hotmail.com> schreef in bericht
Show quoteHide quote
news:1154041404.948537.316250@b28g2000cwb.googlegroups.com...
> 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.
>