|
-
Sep 3rd, 2002, 04:06 AM
#1
Thread Starter
Fanatic Member
How to clear browser's back-button sites?
Hello,
I want to clear the history of a browser thru an html page, so people cannot use the back button any more as long as they're on my site.
I don't care in what language it is (html, perl, php, javascript, whatever) as long as it works for all browsers 
Thanx a lot
No matter how fool-proof your program is, there will always be a better fool.
Was a post helpful to you? Rate it!
-
Sep 9th, 2002, 04:25 AM
#2
And you would want to break the functionality of their browser because...?
The Back button is an integral part of the navigation model of the web. Disabling it to force people to stay on your site is a surefire way to get people to never come back. It also suggests your content isn't good enough to make them want to stay on their own.
And in answer to your question, no there won't be a solution that will work for all browsers. The thing about the internet is that it's a client/server environment. You cannot, from the server, dictate how the client interprets and renders/displays/outputs what you send to it.
edit: typo
-
Sep 13th, 2002, 10:26 AM
#3
Thread Starter
Fanatic Member
Originally posted by Evil_Giraffe
And you would want to break the functionality of their browser because...?
The Back button is an integral part of the navigation model of the web. Disabling it to force people to stay on your site is a surefire way to get people to never come back. It also suggests your content isn't good enough to make them want to stay on their own.
And in answer to your question, no there won't be a solution that will work for all browsers. The thing about the internet is that it's a client/server environment. You cannot, from the server, dictate how the client interprets and renders/displays/outputs what you send to it.
edit: typo
I'm trying to create this big html-maze, with cetain room that are a dead end, I don't anyone to escape from there using their back-button.
No matter how fool-proof your program is, there will always be a better fool.
Was a post helpful to you? Rate it!
-
Sep 17th, 2002, 05:50 AM
#4
For your links use the location.replace() method
this replaces the current document with a new one without
creating a new entry in the browser's session history
-
Sep 17th, 2002, 06:12 AM
#5
Fanatic Member
-
Sep 17th, 2002, 07:24 AM
#6
Thread Starter
Fanatic Member
Originally posted by DeadEyes
For your links use the location.replace() method
this replaces the current document with a new one without
creating a new entry in the browser's session history
Thanx.
Originally posted by punkpie_uk
Use a Flash Movie...
Euhm... No.
No matter how fool-proof your program is, there will always be a better fool.
Was a post helpful to you? Rate it!
-
Sep 17th, 2002, 08:57 AM
#7
Fanatic Member
Good answer I agree....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|