![]() |
|
|
+ Search |
![]()
|
Aug 24th, 2000 15:41
Martin Honnen, Anonymous Account,
var w = open('about:blank', 'windowName',
'width=100,height=100,resizable=1');
var html = '';
html = '<HTML><BODY><FORM><INPUT TYPE="button" VALUE="button"
ONCLICK="alert(event.type)"><\/FORM><\/BODY><\/HTML>';
w.document.open();
w.document.write(html);
w.document.close();