Hi,
I'd like to find out how to use the window.open() script in Fireworks MX. I have posted my question in the Fireworks forum but
didn't get any replies. Since it's javascript, maybe someone could help me here...?
I'd like to use the window.open() script to open a separate window, because I'd like to hide the menubar and specify the
window size as well. So I specify "javascript:window.open(...)" as the HTML link for a hotspot. However, when I test it, I get 2
windows open. One of them is the actual window which was specified by the open() script and that contains what I need, but I have
another window opens as well, which says "[object]".
Why is this other window opens up? How can I get rid of that? Is there's something wrong with the way I specified the
"window.open()" string in the link box. Can anyone tell me what is the correct way?
Thanks!
Les