cate
04-26-2004, 11:55 AM
Hi,
I'm learning as I go with this one; i've got as far as:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>The Richmond Hill Gallery</title>
<script type="text/javascript">
function openWindow() {
window.open("version2.htm","main","width=785, height=500");
window.close(self);
}
</script>
</head>
<body bgcolor="#000052" onLoad="openWindow();">
</body>
</html>
so a new window opens and the original closes.
I was wondering whether it was possible to make the new window size go to the maximum size for all screen sizes (instead of a fixed window size), so that its a full screen in all cases, without having to scroll anywhere...
thanks loads!
Cate
I'm learning as I go with this one; i've got as far as:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>The Richmond Hill Gallery</title>
<script type="text/javascript">
function openWindow() {
window.open("version2.htm","main","width=785, height=500");
window.close(self);
}
</script>
</head>
<body bgcolor="#000052" onLoad="openWindow();">
</body>
</html>
so a new window opens and the original closes.
I was wondering whether it was possible to make the new window size go to the maximum size for all screen sizes (instead of a fixed window size), so that its a full screen in all cases, without having to scroll anywhere...
thanks loads!
Cate