Link to home
Start Free TrialLog in
Avatar of RichardFox
RichardFox

asked on

navigateURL should open a new window

I have my treenode navigateURLs property set to "http://someserver/somecgi.exe?params=whatever" which works fine but I would like to open the page in a new window. How can I do this?

-- Rich
ASKER CERTIFIED SOLUTION
Avatar of crescendo
crescendo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of crescendo
crescendo

Or if you want the new window to be a popup, without an address bar etc, set the navigateURL to:

    Javascript:window.open('http://someserver/somecgi.exe?params=whatever','new','resizable=yes')