Brian Barnett wrote:

Is it possible to open a new browser window when clicking a menu item?

How would I define that in my menu-config.xml file?

I have a menu element like this that I want to open up into a new browser window:

<Menu name="ContactBillManagerMenu" title="Bill Manager"
toolTip="Enter Bill Manager" page="/do/billManager?Dispatch=Contact Remote Login" width="110">
</Menu>



Thanks, Brian Barnett

You should be able to do this by using target="_blank" in your <Menu> or in the <menu:displayMenu> tag itself:

<menu:displayMenu ... target="_blank"/>

You should also be able to use a JavaScript popup in an onClick attribute if that's what you're looking for.

Matt



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
struts-menu-devel mailing list
struts-menu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/struts-menu-devel

Reply via email to