//index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Blogger Main Page</title>
<link href = "cms.css" rel="stylesheet" type="text/css" />
</head>
<body>
<frameset cols="20%,80%">
<frame src="userMenus.php" name = "userMenus"/>
<frame src="listBlogs.php" name = "mainFrame"/>
</frameset>
</body>
</html>
I have got enough code at the sources userMenus.php and listBlogs.php but for some reason it does not display anything. why???
link: http://raghavan.allhyper.com
username: raghavan20 password: visitor
any help is highly welcomed
G'day,
The frameset should be in the the head not the body.
The alternate to the frameset goes in the body i.e. "Your browser does not support frames, sorry mate".
I have another doubt to be clarified. On the left side frame, i have a log out link and if some body clicks on it then it should replace these frames and open the logout frame as a single page.