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
It is not possible. The windowName is just to be used in target="..." of links/forms or to use the same name again in another window.open call to open a new url in that window.
target="..."
window.open