Hi,
I have a frameset, main and leftframe.
In the mainframe I have a menu poping up when mouse is rightclicked. When I want to to mainpage its loaded in the mainframe.
How do I prevent that and load the normal page (no frameset)
and closing the frameset ?
Thanks
[Solved] Getting out of Frame.. plz help
Moderator: General Moderators
If you want to break out of the frames, make your link(s) be of the following form:
Code: Select all
<a href="#" onclick="window.top.location='mynewlocation.html';">I love bananas</a>Hi foobar,
Thanks for your reply, but the menu is js script and build like this :
How can I implement it in this syntax ?
Thanks for your reply, but the menu is js script and build like this :
Code: Select all
m1[3]=new Array("Nieuws","../menu/icons/pelle.gif","goto('../info/nieuws.php')");I have no clue how your menu system works, but I'll give it a shot:pookie62 wrote:How can I implement it in this syntax ?
Code: Select all
m1[3]=new Array("Nieuws","../menu/icons/pelle.gif","goto('javascript:window.top.location="../info/nieuws.php"')");To be honest, I think the best place to ask this would be the menu system's own forum, if they have one. If not, well then we'll just keep trying!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia