Back and Forward Events

  • Thread starter Thread starter ruca
  • Start date Start date
I have page with 3 frames.
1 - header (it's "static", never change)
2 - contents
3 - main

in frame 2 appears my login page and if user exists redirct for a menu page.
when I select an option the result page is show in frame 3 (main).
Now... when i back in browser the frame 2 go to login and frame 3 continues
with selected option show.
I have to prevent this.

How?



--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca


Alvin Bruney said:
nope. what are you trying to accomplish?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
ruca said:
Can I get the Back and Forward events in Borwser?



--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
 
have a look at the setcacheability property it takes a parameter which
allows you to disable the cache both on the client and server

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
ruca said:
I have page with 3 frames.
1 - header (it's "static", never change)
2 - contents
3 - main

in frame 2 appears my login page and if user exists redirct for a menu page.
when I select an option the result page is show in frame 3 (main).
Now... when i back in browser the frame 2 go to login and frame 3 continues
with selected option show.
I have to prevent this.

How?



--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca


Alvin Bruney said:
nope. what are you trying to accomplish?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
ruca said:
Can I get the Back and Forward events in Borwser?



--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
 
Back
Top