Forum Moderators: open
<!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=UTF-8" />
<title>PAGE</title>
<script>
/* <snipped email addy> */
function resize() {
if (window.resizeTo) {
ie = (document.all) ? 1:0;
wW = (ie) ? document.body.clientWidth: window.innerWidth;
wH = (ie) ? document.body.clientHeight: window.innerHeight;
aW = screen.availWidth
aH = screen.availHeight-50;
if (wW < aW || wH < aH) {
window.resizeTo(aW,aH);
window.moveTo(0,0)
}
}
}
</script>
</head>
<body>
<body onLoad="window.open(window.location.href,'newwin','fullscreen')">
content
</body>
</html>
[edited by: whoisgregg at 6:33 pm (utc) on Apr 23, 2010]
[edit reason] Whoops, no URLs please. See TOS [webmasterworld.com] :) [/edit]