VYSATRAZNE OKNO (3)

ID
Nazov / Name:
Popis / Description:
Dlzka / Length:
Testovane pod / Tested under:

 

101
p101.html / p101.zip
Otvorenie vlastneho vystrazneho okna
717b
NN 4.04

UKAZKA / CLICK HERE

Zdrojovy tvar / Source code:

<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='images/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>
[ Navrat / BACK ]