OTVORENIE OKNA (2)

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

 

040
p040.html / p040.zip
Po stlaceni tlacitka sa otvori nove okno
246b
NN 4.04, IE 4.0

UKAZKA / CLICK HERE

Zdrojovy tvar / Source code:

<html> <head> <title> JavaScript DESTINATION - P040 </title> </head> <body> <center> <form name="openbrowser"> <input type="button" value="Otvor nove okno" onClick="window.open('t040.html');"> </form> </center> </body> </html>
[ Navrat / BACK ]