cazador4
06-05-2007, 10:47 PM
this page in firefox get me a blank page.
please help me!
<html>
<head>
<link rel="shortcut icon" href="icono.ico">
<script language="JavaScript1.2">
function ScreenGoToURL(Big,Medium)
{
var screen_height = screen.height;
var screen_width = screen.width;
var buffer = (document.all || document.layers ||documentGetElementByID) ? 30 : 48;
if (screen_height >= 768)
{
screen_width = 1024;
screen_height = 768;
var window_width = 1024-12;
var window_height = 768-buffer;
var window_top = 0;
var window_left = 0;
window.location.href(Big);
//window.open(Big,'','resizable=no,status=yes,width= ' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '');
}
else
{
screen_width = 800;
screen_height = 600;
var window_width = 800-12;
var window_height = 600-buffer;
var window_top = 0;
var window_left = 0;
window.location.href(Medium);
//window.open(Medium,'','resizable=no,status=yes,wid th=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '');
}
}
</script>
</head>
<body onload="ScreenGoToURL('index_1024x768.html','index_800x600.html')">
</body>
</html>
please help me!
<html>
<head>
<link rel="shortcut icon" href="icono.ico">
<script language="JavaScript1.2">
function ScreenGoToURL(Big,Medium)
{
var screen_height = screen.height;
var screen_width = screen.width;
var buffer = (document.all || document.layers ||documentGetElementByID) ? 30 : 48;
if (screen_height >= 768)
{
screen_width = 1024;
screen_height = 768;
var window_width = 1024-12;
var window_height = 768-buffer;
var window_top = 0;
var window_left = 0;
window.location.href(Big);
//window.open(Big,'','resizable=no,status=yes,width= ' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '');
}
else
{
screen_width = 800;
screen_height = 600;
var window_width = 800-12;
var window_height = 600-buffer;
var window_top = 0;
var window_left = 0;
window.location.href(Medium);
//window.open(Medium,'','resizable=no,status=yes,wid th=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '');
}
}
</script>
</head>
<body onload="ScreenGoToURL('index_1024x768.html','index_800x600.html')">
</body>
</html>