םאתהב רושיקו היצלוזר יוהיז

640-480 ל הווש וא התוחפ היצלוזרב םישלוג םתא םא
smartWin.html ל רושיק םע ןולח םכל חתפנ
הלעמו 800-600 לש ההובג היצלוזרב םישלוג םתא םא
sintro.html ל רושיק ןולח םכל חתפנ

BODY :ב וא HEAD :ב םוקימ

<script language="JavaScript1.2">
<!-- more free scripts Here (www.Itzik1.co.il) -->
<!--
var correctwidth=640
var correctheight=480
if (screen.width<=correctwidth||screen.height<=correctheight)
{
window.open('smartWin.html');
}
else
if (screen.width>correctwidth||screen.height>correctheight)
{
window.open('sintro.html');
}
//-->
</script>