Click to See Complete Forum and Search --> : My Frames wont work :( Can somebody plese help?


mickliddy
11-21-2006, 03:18 PM
Cansomebody help me with this script?


<BODY>
<FRAMESET COLS="161,**" BORDER="0" FRAMESPACING="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<NOFRAME>
If you are veiwing this message, it is because your browser does not support this webpage.
</NOFRAME>
<FRAMESET ROWS="100,**" BORDER="0" FRAMESPACING="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<FRAME NAME="Title" SRC="title.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
<FRAMESET COLS="**,30" BORDER="0" FRAMESPACING="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<FRAMESET ROWS="**,0,0,0" BORDER="0" FRAMESPACING="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<FRAME NAME="Blank" SRC="blank.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
<FRAME NAME="Games" SRC="gamemenu.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
<FRAME NAME="Downloads" SRC="downloadmenu.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
<FRAME NAME="Links" SRC="linkmenu.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
</FRAMESET>
<FRAMESET ROWS="*,300,*" BORDER="0" FRAMESPACING="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<FRAME NAME="ATM" SRC="blank.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
<FRAME NAME="Menu" SRC="menu.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
<FRAME NAME="BTM" SRC="blank.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
</FRAMESET>
<FRAMESET ROWS="50,**,20" BORDER="0" FRAMESPACING="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<FRAMESET COLS="**,120" BORDER="0" FRAMESPACING="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<FRAME NAME="Top_Bar" SRC="blanktopbar.html" frameborder="0" marginheight="0" marginwidth="0" noresize>
<FRAME NAME="Browser_stats" SRC="browserstats.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
</FRAMESET>
<FRAME NAME="Main" SRC="home.html" frameborder="0" marginheight="0" marginwidth="0" noresize>
<FRAME NAME="Base" SRC="details.html" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" noresize>
</FRAMESET>
</BODY>

Is there a limit to the amount of Frames you can have on one page? Whenever I open this it either comes up with the text between the <NOFRAMES> tags (Im using the latest IE, and i have veiwed framed pages before), or it will only open the frames "Title", "Blank", "Games", "Downloads", "Links", "ATM", "Menu", and "BTM". Can someone tell me why it wont load the rest please?

yellabuff
11-21-2006, 04:17 PM
<noframe> should be <noframes>

Get rid of <body></body> tag. You don't include it with frames.

Make sure each <frameset> has a closing </frameset>

22Pixels
11-21-2006, 08:21 PM
Is this a joke?

What could you possibly need so many frames for?