JavaScript
Часы Эквалайзер Текст в поле формы Цветной фон Goodbye окно MultiLink Размер окна MultiLink-II DHTML
English | Главная
Полезные ссылки:
|
<html> <head> <title>www.redmount.com - JavaScript - Goodbye окно</title> <script language=javascript> <!-- function newWindow() { nw=window.open("","Bye","directories=0,width=400,height=80,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0"); nw.document.open(); nw.document.write("<html><title>Bye-bye!</title><body topmargin=0 bgcolor=#003366 text=white><center><br><font size=10 color=white><b>Bye-bye! </b></font></center></body></html>"); } //--> </script> </head> <body onUnload=newWindow() leftmargin=30 marginwidth=30> </body> </html>