1
17-08-2006, 03:13 PM
I don't care if it's in wrong section ok?
Right, I want my layout to be opened up in a window that is the same size as the layout [800X600].
I want it to open up in a new window from an enter page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>currently</title>
</head>
<body>
<div align="center">
<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Xvisor.co.uk</font></p>
<p> </p>
<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="home.php" target="_top">Enter</a></font></p>
</div>
</body>
</html>
That's the enter page code
Right, I want my layout to be opened up in a window that is the same size as the layout [800X600].
I want it to open up in a new window from an enter page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>currently</title>
</head>
<body>
<div align="center">
<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Xvisor.co.uk</font></p>
<p> </p>
<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="home.php" target="_top">Enter</a></font></p>
</div>
</body>
</html>
That's the enter page code