Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refreshing a Frame using ASP just Once

Status
Not open for further replies.

CandieCane

Programmer
Apr 9, 2002
25
US
Hi!
I was wondering if anyone knew how to refresh a page just once without passing QueryStrings? Candie ;o)

"Never forget what you learn & learn from what you forget!"
 
I know that alot of people ask this question, but mine's a little bit different, let me explain...

I am working with Frames (top, left & main). Top being the logo, left the navigational links & main being the frame to display all the pages. In my left frame, I have default links as well as an admin logon which prompts the user to enter his id & password. When doing this, the user click the logon button which goes to an asp page to determine if this user exists in our database and sets a Session variable to yes if he does and redirects back to the frameset. In my left frame, I have an if statement. IF being that the session("admin") = "yes" to display the default links as well as some extra and ELSE being just the default links for the user. All this works fine, but in order for those links to show up I need to refresh the page just once!!

If you have any idea, comments or know how to do this, please write me back!!

Thank you!!! Candie ;o)

"Never forget what you learn & learn from what you forget!"
 
CandieCane,

Please could you restrict your posts to just one forum? Most of the experts for dreamweaver, Ultradev and ASP are the same, and this will prevent lots of people adding to fragmented threads when the solution is already given in another forum.

However! I have answered this for you in the Dreamweaver forum - please have a check there for the answer Derren
[Mediocre talent - spread really thin]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top