|
|
Q968 When opening a popup window from a link how can I stop the main page being replaced with the word '[object]'?
irt.org | Knowledge Base | JavaScript | Window | Q968 [ previous next ] Q968 When opening a popup window from a link how can I stop the main page being replaced with the word '[object]'?The windows open method returns a value - the window handle (an object reference) of the new window. When something is returned to the HREF attribute the browser attempts to render it. To stop this from occuring do something like:
|
-- div -->
|