I Have Error to open Second Html Page as popup window in first html page?
Posted
by Drop
on Stack Overflow
See other posts from Stack Overflow
or by Drop
Published on 2010-03-25T07:27:36Z
Indexed on
2010/03/25
7:33 UTC
Read the original article
Hit count: 236
html
The following syntax I wrote
function Button1_onclick() { window.open("win1.html","Window1", "menubar=no,width=430,height=360,toolbar=no"); }© Stack Overflow or respective owner