Forum Moderators: phranque

Message Too Old, No Replies

Frameset

         

yllai

10:03 am on Aug 17, 2005 (gmt 0)

10+ Year Member



I create my page with frameset, have TopFrame, LeftFrame and mainFrame.

When user want to logout, they click on the "Logout" link at TopFrame, which will link them to Thank you page. I tired to do that, but the Thank you page will only display on TopFrame. I want after user click the logout link, the LeftFrame and mainFrame change to Thank you page....Can be done? Any advise?

JAB Creations

4:31 pm on Aug 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



First off frames should be used very sparingly...

But...it sounds like you either need to use the target attribute...

<a href="#" target="yourframename"></a>

<frame name="yourframename"

or you may be talking about Javascript but I'm not exactly sure as your post is lacking in detail.