CandieCane
Programmer
This is the third place I had asked this question... I know there's been alot of people who've asked the same question but mine's a little different. Let me explain...
I am using Frames. I have 3 frames (top, left & main) in which the left frame is the navigational links, top is the logo and main which displays all information. In the links on the left frame there's an admin logon which displays in the main frame & prompts the user to enter a userid and password. Upon clicking the logon button, it goes to an asp page that determines wether the user exists in our database and returns a Session variable set to "yes" if he is. In the left frame, I have an if statement saying that IF the Session variable is true, it will display the same links as when you entered but with some extra and ELSE being the links displayed for the normal user. This if statement, with the Session variable, works fine but in order to see those additional links I need to reload my page just once!
If anyone knows how, or has any ideas, please submit!
Thank you!!! Candie ;o)
"Never forget what you learn & learn from what you forget!"
I am using Frames. I have 3 frames (top, left & main) in which the left frame is the navigational links, top is the logo and main which displays all information. In the links on the left frame there's an admin logon which displays in the main frame & prompts the user to enter a userid and password. Upon clicking the logon button, it goes to an asp page that determines wether the user exists in our database and returns a Session variable set to "yes" if he is. In the left frame, I have an if statement saying that IF the Session variable is true, it will display the same links as when you entered but with some extra and ELSE being the links displayed for the normal user. This if statement, with the Session variable, works fine but in order to see those additional links I need to reload my page just once!
If anyone knows how, or has any ideas, please submit!
Thank you!!! Candie ;o)
"Never forget what you learn & learn from what you forget!"