Forums
This topic is locked
Simple Frameset Problem
Posted 26 Jul 2005 14:11:28
1
has voted
26 Jul 2005 14:11:28 Mashkur Alam posted:
Hi,Its simple frameset problem I am having difficulty....
I have a log in page index.html (No frame)
When I log into Home page (Frameset contains Left, Top, and Main Page)
On the top page I have Log Out Option, when I click Log out, it does not Load the single index.html page (_parent), instead it loads into Main Page......
Click to see the problem here: www.docklandsrealestates.com/admin/
Log in: Mashkur
Password: 28db0a
Please anyone explain me how can I Load the index.html by itself.
Thanks
Babu
Replies
Replied 26 Jul 2005 17:48:00
26 Jul 2005 17:48:00 myke black replied:
you could change the target for the log out button to _top so it would look like this:
<a href="/admin/top.asp?KTLogoutnow=1" target="_top" class="MenuB">Log Out</a>
<a href="/admin/top.asp?KTLogoutnow=1" target="_top" class="MenuB">Log Out</a>
Replied 26 Jul 2005 18:39:03
26 Jul 2005 18:39:03 Mashkur Alam replied:
Thanks a lot Myke
Its working fine.
Regards
Babu
Its working fine.
Regards
Babu