hello All,
I have an asp.net site and have a frames section.
When a user logs on and their session expires, the logon screen displays in each frame window, or inside of the main page.
How do you keep this from happening?
Kenny
Printable View
hello All,
I have an asp.net site and have a frames section.
When a user logs on and their session expires, the logon screen displays in each frame window, or inside of the main page.
How do you keep this from happening?
Kenny
I don't know if this is what you are looking for, but when I have problems with frames I always turn to Server Side Includes. You can basically work it like a frame, but this may not be a option for you.
Syntax in case you need it:
<!--#include file="page.asp"-->