r_j_g_2003
12-16-2004, 08:19 PM
ok here is my problem i have a site with frames i use it as a button bar but when u click on the bottons the page loads inside the frame what should i do and can u help???????????????
|
View Full Version : Big Problem Need Help!!!!!!!!! r_j_g_2003 12-16-2004, 08:19 PM ok here is my problem i have a site with frames i use it as a button bar but when u click on the bottons the page loads inside the frame what should i do and can u help??????????????? MaGiCSuN 12-16-2004, 08:22 PM we really need more info on this. What is it suppose to do instead? open in a new window ? or ? Love, Mirna Inzu 12-16-2004, 08:42 PM You need to id your frames, and clarify where you want to target it. seanm 12-17-2004, 01:30 AM http://www.lissaexplains.com/frames.shtml#frameset r_j_g_2003 12-17-2004, 06:23 PM when u click on the button on the frame it loads in the frame i want it to load on the whole page not just on the frame the site is http://geocities.com/r_j_g_2003/LOLClan.htm _______Laughter heals all pain so get out there and LOL MaGiCSuN 12-17-2004, 06:28 PM in your links you have to add target="rightside" Love, Mirna seanm 12-18-2004, 03:10 AM Okay, here you go. Lordsoflegendclansite.htm page code: <html> <head> </head> <body background="http://www.geocities.com/r_j_g_2003/Grass.bmp"> <center> <h2>Clan Lords Of Legend</H2> <font size="3" font color ="#6699CC"> <A HREF="http://www.runescape.com" target="rightside"><H2>Runescape site</H2></A> <A HREF="http://lordoflegend.greatboard.com/" target="rightside"><H2>Clan Forums</H2></A> <A HREF="http://www.geocities.com/r_j_g_2003/Clanrankings.htm" target="rightside"> <H2>Clan Rankings </H2> </A> </body> </html> |