Monday, 2 January 2012

creating a new window

creating a new window

smallwin = window.open("","small", "width=100, height=120, toolbar=0, status=0");
                                       url, windows name, feature list

Time Out

ident=window.setTimeout("alert('Time is up!')", 10000);

No comments:

Post a Comment