Programalama > HTML

Etiketler: otomatik, açylyp, kapanan, pop

Ort. 0
Puan ver:
<HTML>
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popupWin() {
text =  "<html>\n<head>\n<title>JavaDepo.com</title>\n<body>\n";
text += "<center>\n<br>";
text += "<a href='http://www.javadepo.com' target='_blank'><h2>JAVADEPO.COM</h2></a>";
text += "</center>\n</body>\n</html>\n";
setTimeout('windowProp(text)', 3000); 		// delay 3 seconds before opening
}
function windowProp(text) {
newWindow = window.open('','newWin','width=300,height=100');
newWindow.document.write(text);
setTimeout('closeWin(newWindow)', 5000);	// delay 5 seconds before closing
}
function closeWin(newWindow) {
newWindow.close();				// close small window and depart
}
//  End -->
</script>

</HEAD>

<BODY onLoad="popupWin()">

<center>
Sayfa yüklendikten 3 saniye sonra pop-up açylyr ve 5 saniye sonrada kapanyr.
</center>

</BODY>
</HTML>


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.