Hello Sri,

If you wnt to stop the navigation from page 2 to page 1 ,then place the following piece of code in your page1.

<SCRIPT type="text/javascript">
window.history.forward();
...