Click to See Complete Forum and Search --> : frames not loading


Greenwirering
03-28-2005, 01:08 PM
i have used frames on and off before... never had some thing like this happen... my frames won't load at all... couldsoemone please help


<html>
<head>
<title>Untitled</title>
</head>

<body>

<FRAMESET COLS="20%,80%">
<FRAME NAME="menu" SRC="menu.html">
<FRAME NAME="home" SRC="home.html">
</FRAMESET>


</body>
</html>

the tree
03-28-2005, 01:16 PM
What's with the body tags? You cannee have a frameset and a body element in the same document.

Freshen up on how to use frames (http://www.freewebs.com/mytestingzone/Frames.html).

Charles
03-28-2005, 01:19 PM
Only after you have read that read the the spec. (http://www.w3.org/TR/html401/interact/forms.html).

Greenwirering
03-28-2005, 01:21 PM
that was fast..... hmmm.... perhaps that is the problem... so i just have to thorw out the body tags?

Greenwirering
03-28-2005, 01:26 PM
wahoo!!! it worked!!! thanks, i appreciate the help. if onlt there were nice kind people all around the globe... think of all the things that would be better...

the tree
03-28-2005, 01:31 PM
Only after you have read that read the the spec. (http://www.w3.org/TR/html401/interact/forms.html).Hey! My article covers most of what you actualy need to know, and is human-readable. There's little point in reading the specs for everything when you can use tutorials.

Charles
03-28-2005, 01:41 PM
There's little point in reading the specs for everything when you can use tutorials.I haven't met a tutorial that didn't contain errors and/or omissions. And just how are you supposed to know if the tutorial isn't a bag of dung? Keep in mind the HTML Goodies thing.

the tree
03-28-2005, 01:52 PM
I haven't met a tutorial that didn't contain errors and/or omissions. Naturaly, there will be ommisions in most tutorials, if there wasn't then it'd just be rather dull, and you might not be able to find the bit you were looking for.
As for errors, find me an error on Bon Rouge (http://bonrouge.com) or A List Apart (http://alistapart.com).
And just how are you supposed to know if the tutorial isn't a bag of dung? I wrote it... oh... I see your point.
Keep in mind the HTML Goodies thing.A lot of people on these forums know that html goodies is a total joke, and so they wouldn't recomend it.
I would trust your recomendations, Charles, and I thought that you would trust mine considering that we are both established members of the forums. Maybe it's arrogant of me to think that I deserve that much trust, if so, I apologise.

Charles
03-28-2005, 01:58 PM
Please note that I did suggest that one go to the spec only after having read your fine tutorial. I don't think that one could offer a tutorial any higher praise.

the tree
03-28-2005, 02:02 PM
Ah, it seems I misread your post as "only after you've read the spec".
So thankyou.

Charles
03-28-2005, 02:03 PM
BonRouge, I couldn't get past the unwarrented love affair with XHTML.

And I have found, in the past, a few things in ALA that needed slight improvement.

All in all, though, those two aren't too bad. Just be sure to keep the HTML 4.01 Spec, the CSS2 Spec, the ECMA 262 Spec and the DOM level 1 Spec on hand.