What am doing wrong? where is my mistake? framesets and frames in html?

This is a simple page with framesets and frames but nothing appears, if source code reviewed it shows with no problem but pages shows nothing.

<!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" xml:lang="en-en" lang="en-en" >
<head>
<base href="http://real.roxanabooks.com/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="books, amazon" />
<meta name="description" content="RoxanaBooks - Real books about all." />

<link rel="shortcut icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/template.css" type="text/css" />

</head>

<body>
<frameset cols="*,242" frameborder="no">
<frameset cols="242,*" frameborder="no">
<frame name="leftFiller" scrolling="no" noresize="noresize" frameborder="no" />
<frameset rows="120,*,38" frameborder="no">
<frame src="http://www.roxanabooks.com/header.php" name="topFrame" scrolling="no" noresize="noresize" frameborder="no" />
<frame src="http://astore.amazon.com/roxan-20" name="mainFrame" frameborder="no" scrolling="yes" noresize="noresize" />
<frame src="http://www.roxanabooks.com/footer.php" name="footFrame" scrolling="no" noresize="noresize" frameborder="no" />
</frameset>
</frameset>
<frame name="rightFiller" scrolling="no" noresize="noresize" frameborder="no" />
</frameset>
</body>
</html>

it could be seen on: http://real.roxanabooks.com

Thanks for help.
 
Back
Top