| Who | When |
Messages | |
|
|
|
|
|
23
|
 |
|
05-25-2009 11:19 AM ET (US)
|
|
Deleted by topic administrator 05-26-2009 02:01 AM
|
| Empalgepe
|
22
|
 |
|
10-04-2008 06:11 AM ET (US)
|
|
How i may contact admin this site? I have a question. iijiivei
|
| johnmikfortson
|
21
|
 |
|
07-23-2006 11:28 AM ET (US)
|
|
i cant find my back button please help
|
| corno
|
20
|
 |
|
06-16-2004 03:29 AM ET (US)
|
|
I need an IE toolbar button that will take me back 2 pages, not one, with one click. Bookmarklets work, but only after hitting the button twice. Hitting it once does nothing. Please help!
|
| Josh
|
19
|
 |
|
08-07-2003 01:25 PM ET (US)
|
|
I'm going to have to agree with Greg and Wong Kokkong. There are definitely scenarios where a way to programmatically (through JavaScript and/or VBScript) disable the back button on the client. Although somebody would find a way to abuse this feature of the client-side languages, I offer another scenario where this is almost a must.
I'm building a session based application. When the session times out a user should not be able to go back to the previous page(s) to see the security restricted information therein. If a malicious person gains access to a user's computer and hits the back button a couple times, all of that information is there in plain view.
It would be really, really nice to simply do a "history.clear();" or something like that to accomplish this.
And, again, I do understand the arguement that somebody is going to abuse this functionality if it were ever available, but I offer up this one snippet of code:
<body onLoad="popupAdvertisementWindow();">
It's already been done once, why not again?! I'm dead serious. What's the worst that could happen? Maybe I'm missing something.
Now that I'm done with my rant, does anybody have any ideas to solve my problem?
The only thing I've come up with is using the replace() method for all links within the site. First of all, not very fun (especially since I've already written all the links), and secondly, this is really not fun if you're trying to POST information to a page (you'd have to gather all the form elements into string to be passed to the replace method, and then there's url length limitations, etc).
Thanks!
|
| Wong Kokkong
|
18
|
 |
|
02-21-2003 05:15 AM ET (US)
|
|
Hi, Lots of questions about disabling that nasty little back button but seems no answers, I myself confronted the same scenario as mentioned by Greg (02/01/2003).
Appreciate if someone out there got some goodies ???? my email: kokkong.wong@adpcl.com
|
| ned100
|
17
|
 |
|
02-15-2003 09:40 AM ET (US)
|
|
Edited by author 02-15-2003 09:44 AM
Webmasters who disable the backbutton are butt holes. I take a direct approach. This practice is against the major search engine's spam policy. I make a note of the offending URL. I contact the owner of the URL and let him know what a butt hole he/she is and that they will be reported. Then I report the offending site using the spam link of the search engine where it was encountered. Hopefully sites like Google will remove them from the search results, which is what they deserve. I encourage everyone else to do the same. For clarification, the scenario I am referring to is when encountering an "index" page that you can't leave. It does not have anything to do with "context" or form submission problems. If I have gone that far, then I want to be on the site anyway.
|
| Anon-and on-and on
|
16
|
 |
|
02-13-2003 07:54 PM ET (US)
|
|
all the methiods listed in the artical of disabling the right mouse click are easily defeated.
1. right click and leave the mouse button down 2. when the pop up window comes up hit the spacebar. that will close the pop up window 3. relase the right mouse button and you have your menu.
the last of the two examples (the one that tries to give a fake menu) is a little differant, you have hit tab and then the space bar (to select cancel to the copyright question) but still works.
websites that try to disable the functionalilty of browsers are just annoying. none of them are effective. there is always a way around.
|
| Greg
|
15
|
 |
|
02-01-2003 01:17 PM ET (US)
|
|
For all those that see no need for disabling the "Back" button let me offer this scenario:
You have a web application that establishes a session and caches data based on what links you have clicked. If you then click the back button, the cached information on the server does not match the context you are now in. Thus, in this case, you would want to disable the "Back" button.
I have to confess, I have been temporarily "trapped" on a web page that disabled the back button and it has really annoyed me. Now I find myself developing a web application that requires this behavior.
|
| Sajeewani
|
14
|
 |
|
11-18-2002 01:17 AM ET (US)
|
|
I need to know how the back button can be disabled. Please mail me at sajeewani@sasianet.com. Help is greatly needed. Thanks
|
| Sajeewani
|
13
|
 |
|
11-18-2002 01:16 AM ET (US)
|
|
I need to know how the back button can be disabled.
|