Reply
Disable Back button
Old 05-07-2008, 01:30 AM Disable Back button
Experienced Talker

Posts: 33
I want to disable back button of web browser (IE) how can I do it using java script?
__________________
Explode Business Credit E-Book
bizcredit is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Old 05-07-2008, 04:27 AM Re: Disable Back button
Novice Talker

Posts: 11
Name: redhat
<%

Response.Buffer = True

Response.ExpiresAbsolute = Now() - 1

Response.Expires = 0

Response.CacheControl = "no-cache"

%>
__________________
http://www.imhr.net
imhr is offline
Reply With Quote
View Public Profile Visit imhr's homepage!
 
Old 05-07-2008, 04:29 AM Re: Disable Back button
Webmaster Talker

Posts: 587
Location: Kokkola, Finland
why would you want to do that? it's impolite and will confuse the hell out of screen reader users!
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 05-07-2008, 02:35 PM Re: Disable Back button
wayfarer07's Avatar
Extreme Talker

Posts: 216
Name: Abel Mohler
Location: Asheville, North Carolina USA
Quote:
why would you want to do that? it's impolite and will confuse the hell out of screen reader users!
I agree, bad idea. Sometimes with javascript the back button will get broken accidentally, and ur supposed to take steps to fix it. Very bad for user experience, and won't encourage people to stay on your site at all, if that is what you're aiming for.
__________________
Go FREELANCE--------------------------------Hire Me
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Reply     « Reply to Disable Back button
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML


Page generated in 0.36046 seconds with 14 queries