![]() |
|
|
+ Search |
![]()
|
Jan 18th, 2003 09:18
Robert Dill, Li Lim, Adam Burgess,
Hi there.
Yes, u can. For example, the 1st line opens a window called winname.
The next line closes it.
winname = window.open('url.htm', 'winname', 'width="100",height="100");
winname.close();
Hope it helps! :>