kraftwerk
07-21-2002, 10:09 PM
i'm trying to seperate my page into 2 frames and its not working!
<html>
<head>
<title>ChatRoom</title>
</head>
<body bgcolor="#ffffff">
<frameset rows="30%,70%">
<frame src="http://jamcalc.org/chatinput.php">
<frame src="http://jamcalc.org/chatdisplay.php">
</frameset>
</body>
</html>
<html>
<head>
<title>ChatRoom</title>
</head>
<body bgcolor="#ffffff">
<frameset rows="30%,70%">
<frame src="http://jamcalc.org/chatinput.php">
<frame src="http://jamcalc.org/chatdisplay.php">
</frameset>
</body>
</html>