לא משנה את גודלה ואז נוצרים, למשל, שני פסי גלילה... אגב - שלומי, אני מחפש גם קוד שפותח את הדף על דף שלם, כלומר אני ממקם אותו בדף ואם מקשרים אליו הוא (העמוד) יפתח את עצמו על דף שלם תודה,
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1255"> <title>1</title> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popupWin() { text = "<html>\n<head>\n<title>Pop Window</title>\n<body>\n"; text += "<center>\n<br>"; text += "<a href='תכניס לכאן את הכתובת' target='_blank'><h1>?אלעד - זה מה שאתה צריך</h1></a>"; text += "</center>\n</body>\n</html>\n"; setTimeout('windowProp(text)', 3000); // delay 2 seconds before opening } function windowProp(text) { newWindow = window.open('','newWin','width=800,height=600'); newWindow.document.write(text); setTimeout('closeWin(newWindow)', 3000); // delay 3 seconds before closing } function closeWin(newWindow) { newWindow.close(); // close small window and depart } // End --> </script> </HEAD> <body bgcolor="#ffffff" BODY onLoad="popupWin()"> ! onLoad - שים לב ל </body> </html>