Ask a Question related to ASP.NET General, Design and Development.
-
Natty Gur #1
Re: expiring a page
Hi
1)Rather than disable the back button you can use the location.replace
javascript method on the pages that you dont want people to be able to
go
back.
<a href="#" onclick='top.location.replace("NewPage.htm")'>Link Text</a>
2) If your application is Intranet and you have control over the clients
you can disable the Back Button using the browser COM interface.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Expiring Page After transaction
Hi Guys, Need your ideas how to do this. I want to expired the page after transaction if user hit the back button. How do I trigger that it is... -
expiring sessions
I've seen a couple of questions regarding the expiring of sessions in PHP. The way to control how sessions expire is to set some options in... -
HELP: Constantly expiring cookie!!! :(
I have a login page that creates a cookie. The expiration time (in seconds) is in a string in web.config. The problem is that I have to keep... -
FormsAuth Ticket Keeps Expiring
Calling out ASP.NET Forms Auth Experts! I need your help. Using FormsAuthentication to auth against Active Directory. During my login process,... -
Expiring cookies
Hi, I'm having a strange problem with setting a cookie's expiration date. The relevant code is as follows: HttpCookie hc = new...



Reply With Quote

