Hello all!
Here is a next JavaScript question for the community:
I have a HtmlAnchor element with onclick="javascript:var win = window.open('','myWindow','height=500,width=650,
top='+((screen.height-(screen.height/1.618))-(500/2))+',left='+((screen.width-650)/2)+',scrollbars,resizable');win.focus()"
which pops up a new window that contains a desired HtmlPage.
Is there something like ConfirmHandler, that could be registered with the web client to handle window.open, so that "click()"-call will return me a new HtmlPage enclosed in a new Window? Or what should i do instead if i want to execute the JavaScript correct and get a new Window and a new Page?
Is there a kind of documentation somewhere about what should someone use to handle different JavaScript functions?
Thanks
Alexei Goussev
__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
Get AOL Instant Messenger 5.1 free of charge. Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
|