Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1592 Is there a way to retrieve a window's handle given the window's name?

You are here: irt.org | FAQ | JavaScript | Window | Q1592 [ previous next ]

Yes, just try opening the window again, but with no page specified:

<script language="JavaScript"><!--
WinId = window.open('','windowname');
//--></script>

Feedback on 'Q1592 Is there a way to retrieve a window's handle given the window's name?'

©2018 Martin Webb