prevent IE6 from logging a URL in history

  • Thread starter Thread starter rasta
  • Start date Start date
R

rasta

is there anything that can be done in asp/aspx to prevent IE6 remember the
URL of the page in history?

thank you
 
Hi,

You can prevent IE from keeping track of visited sites
(as well as the history), using the following steps:

Click on Tools, then Internet Options.

To disable the history, goto the history box, and lower
the number of days to keep pages in history to 0 (zero).
Then clear your history. Click Apply.

To prevent IE from keeping form data, you can click on
the Content tab, and click on Autocomplete. Ensure that all
boxes are unchecked, and then click on Clear Form , and the
Clear Password buttons.


This should prevent IE from recalling your site history.

Best regards,

Altrus



: is there anything that can be done in asp/aspx to prevent
IE6 remember the
: URL of the page in history?
:
: thank you
:
:
 
thanks Altrüs.

but this needs to be done in code from the asp or aspx page... without user
intervention.

thank you.
 
Hi,

Sorry then - I'm not familiar with asp.

Altrus




: thanks Altrüs.
:
: but this needs to be done in code from the asp or aspx
page... without user
: intervention.
:
: thank you.
:
:
: : > Hi,
: >
: > You can prevent IE from keeping track of visited
sites
: > (as well as the history), using the following steps:
: >
: > Click on Tools, then Internet Options.
: >
: > To disable the history, goto the history box, and
lower
: > the number of days to keep pages in history to 0 (zero).
: > Then clear your history. Click Apply.
: >
: > To prevent IE from keeping form data, you can click
on
: > the Content tab, and click on Autocomplete. Ensure that
all
: > boxes are unchecked, and then click on Clear Form , and
the
: > Clear Password buttons.
: >
: >
: > This should prevent IE from recalling your site history.
: >
: > Best regards,
: >
: > Altrus
: >
: >
: >
: > : > : is there anything that can be done in asp/aspx to
prevent
: > IE6 remember the
: > : URL of the page in history?
: > :
: > : thank you
: > :
: > :
: >
: >
:
:
 
Back
Top