Re: Launching Browser with Post Parameters?
- From: "Dag Sunde" <me@xxxxxxxxxxxx>
- Date: 8 Apr 2006 01:13:45 +0100
<shiftyeyes@xxxxxxxxx> skrev i melding
news:1144441625.243465.124260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am "posting" the information to the browser, because I don't want the
parameters to be cached by the browser, or stored in the history. I
had thought about a temp file, but was really hoping to do it all
within the vb app, so that I leave no footprint on the users computer.
Thanks!!
You can avoid the caching by adding a random number parameter
at the end of the url:
http://search.yahoo.com/search?p=slashdot&t=somerandomnumber
The CGI at the server end will not care about the t=...,
but the browser sees a new unique url that it can't pick up
from its cache.
The problem with the history is another thing, though...
The temp files can be deleted by your app when you exit your
app.
--
Dag.
.
- Follow-Ups:
- Re: Launching Browser with Post Parameters?
- From: J French
- Re: Launching Browser with Post Parameters?
- References:
- VB6: Launching Browser with Post Parameters?
- From: shiftyeyes
- Re: Launching Browser with Post Parameters?
- From: Dag Sunde
- Re: Launching Browser with Post Parameters?
- From: Kev
- Re: Launching Browser with Post Parameters?
- From: Dag Sunde
- Re: Launching Browser with Post Parameters?
- From: shiftyeyes
- VB6: Launching Browser with Post Parameters?
- Prev by Date: Re: Is it a good idea to gain experience in both .NET & Java in the industry?
- Next by Date: Re: Is it a good idea to gain experience in both .NET & Java in the industry?
- Previous by thread: Re: Launching Browser with Post Parameters?
- Next by thread: Re: Launching Browser with Post Parameters?
- Index(es):
Relevant Pages
|