Hi,

 

I am trying out a technique to disable the browser back button as given in http://www.irt.org/script/311.htm;  by adding the following under <head>:

 

            <script>

                        window.history.forward(1);

            </script>

 

I verified that the techniques works for non jsf pages, but it seems to have no effects for jsf. I checked the rendered page, and saw that the script is still there, but intermingled with loads of other scripts generated by jsf.

 

Is there a way to get something similar to work in jsf?

 

 

Many thanks in advance.

 

Yee

 

 

Reply via email to