ID
|
101
|
<HTML> <HEAD> <TITLE> JavaScript DESTINATION - P101 </TITLE> </HEAD> <BODY> <script> <!-- function newAlert(message) { message="<center><h3><font color='pink'>Vystraha:</font><br> o 5 minut spadne server !</h3></center>"; alert=window.open('','Alert','height=130,width=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no'); alert.document.write("<body background='alert.gif' text='yellow'"); alert.document.write("<center>"+message+"<BR>"); alert.document.write("<FORM>"); alert.document.write("<center><INPUT TYPE=BUTTON VALUE='OK' onClick='window.close()'>"); alert.document.write("</form></center>"); } newAlert('Caf'); // --> </script> </BODY> </HTML> |