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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Removing Google history with IE6 4
History 6
Can't clear Start>Run / IE6 URL cache 5
IE6 History folder 1
Personal Favorites List Shrinks 10
IE6 and History 4
How to prevent history deletion ? 3
History not working 12

Back
Top