hugsdan
April 23rd, 2003, 11:57 AM
hi all,
i want to have a page HTMl like this:
_______
| | |
|1| 2 |
| |____|
|_|_3__|
with 3 parts but the part 3 doesn't appear..why?
here is my code:
----------------------
<html>
<head>
<title>Interface Administrateur</title>
</head>
<frameset frameborder="0" border="0" cols="20%,80%">
<frame src="" name="menu" scrolling="no" frameborder = "no">
<frameset frameborder="0" border="0" raws = "70%,30%">
<frame src="" name="tabDroits" scrolling="yes" frameborder = "no">
<frame src="dan.html" name="formDroits" frameborder = "no">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
<h3><font size="2">Utiliser un navigateur compatible avec les frames.</font></h3>
</body>
</noframes>
</html>
----------------------------------------------
and here is my code in dan.html:
----------------------------------
<HTML><HEAD></head><body bgcolor="red">
<h2>dan</h2></body></html>
---------------------------------
i want to have a page HTMl like this:
_______
| | |
|1| 2 |
| |____|
|_|_3__|
with 3 parts but the part 3 doesn't appear..why?
here is my code:
----------------------
<html>
<head>
<title>Interface Administrateur</title>
</head>
<frameset frameborder="0" border="0" cols="20%,80%">
<frame src="" name="menu" scrolling="no" frameborder = "no">
<frameset frameborder="0" border="0" raws = "70%,30%">
<frame src="" name="tabDroits" scrolling="yes" frameborder = "no">
<frame src="dan.html" name="formDroits" frameborder = "no">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
<h3><font size="2">Utiliser un navigateur compatible avec les frames.</font></h3>
</body>
</noframes>
</html>
----------------------------------------------
and here is my code in dan.html:
----------------------------------
<HTML><HEAD></head><body bgcolor="red">
<h2>dan</h2></body></html>
---------------------------------