If I open a window using
window.open(\'myurl.html\', \'windowname\', \'width=100,height=100\');
How do I refer to the new window (from the
afaik there's no way like windows['windowname']. The 'windowname' assigned in window.open() can be addressed as a target in
windows['windowname']