Click here to Skip to main content
15,902,876 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi,
how to disable Recent pages button in IE 8 in asp.net page.
I want to block the user, manually navigating into application. I have disabled Back/Fwrd button. But the user navigating using "Recent Pages ", its list the recent History pages.
The button next to Back/Frwd buttons. In my ASP.Net application i need to disable / stop navigating using this button.Can one one share your thoughts.
Thanks in advance.
Posted

1 solution

Clients browser does not belongs to you. you got the inner rectangle for your application only! You have no right (and for most on ability) to play around with user's preference...
If you want to prevent user to enter your application directly (I believe you mean that by 'manually'), than search for some programming techniques to do so...
 
Share this answer
 
Comments
Mohammed Nazer 28-May-14 5:06am    
Hi,

You are right.
The "Recent Page" button(Dropdown) which is next to Back/Frwd buttons. It list the recently visited pages such as History.

Using this link enduser can navigate into pages which are recently visited . From our Asp.net application, enduser need to restrict to navigate manually using browser options.
Enduser only can navigate using the available Links/menues inside the application.

I need to disable this Recent Page button or override this functionality like do not navigate / removed the history by using window.location.remove(URL). This "Recent Page" list could not be removed until close the browser.

Hope you are clear now.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900