I created a popup menu, but the links don't work. What is the proper syntax for:
I want the user to click on a child menu link - WI Aging -and have the browser open a new window to navigate to a new site - Right now it looks for a link in my site that doesn't exist.
Thank you.
Code:
mm_menu_0908124917_1.addMenuItem("WI Aging","window.open('[URL unfurl="true"]www.gwaar.org',[/URL] '_top');");
I want the user to click on a child menu link - WI Aging -and have the browser open a new window to navigate to a new site - Right now it looks for a link in my site that doesn't exist.
Thank you.