Re: Launching Browser with Post Parameters?



<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.


.



Relevant Pages

  • Re: Delphi 2005 Update 1 not enough?
    ... I have had a few AVs etc in D2005, and a couple of slowdowns too. ... it by closing the browser always fixed it. ... I have been saved many times already by the new local history feature. ... A few times I have messed something up, saved + run the app a few times ...
    (borland.public.delphi.non-technical)
  • Re: Chrome processes vs. threads
    ... copies of the browser would cause the browser to get its knickers ... the `history' file with different ideas over what should be in it, ... appropriate programming if it's on a Mac. ... i can't see any reason why it would cause a prefs problem ...
    (uk.comp.sys.mac)
  • Re: Chrome processes vs. threads
    ... But unless you did something like that, then running multiple ... copies of the browser would cause the browser to get its knickers ... the `history' file with different ideas over what should be in it, ... Because of the tangled prefs problem. ...
    (uk.comp.sys.mac)
  • Can the Recycler File be deleted
    ... History eraser solved my IE History problem.. ... further protection installed FireFox Browser... ... Ran House calls, it found a virus, which all the other programs including ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Stale Forms
    ... it is a bit of a pain to have an invalid browser ... history, which i think is what you want. ... > the way i stop stale forms from being an issue ... > on the server is to give each form state context ...
    (microsoft.public.dotnet.framework.aspnet)