how can i disable the back button for a browser?
I have been reading a lot of forums but cant find any answer to it...other than opening up the page, in which i want to disable the browser in a new window(which i dont want to do)
Is their a way to do it? using javascript or something?
I have tried using the following but non of them actually disable the
back button:
window.history. forward(1); -- does not disable the back button
location.replac e(URL) -- keeps flickering my page
3 approahes from:
http://www.htmlgoodies .com/tutorials/buttons/article.php/3478911 -- but of no use for me
I have been reading a lot of forums but cant find any answer to it...other than opening up the page, in which i want to disable the browser in a new window(which i dont want to do)
Is their a way to do it? using javascript or something?
I have tried using the following but non of them actually disable the
back button:
window.history. forward(1); -- does not disable the back button
location.replac e(URL) -- keeps flickering my page
3 approahes from:
http://www.htmlgoodies .com/tutorials/buttons/article.php/3478911 -- but of no use for me
Comment