Hello,

I am trying to open a link on a submenu via javascript's window.open method. The reason is the developer's want to open a browser without the browser menus. Is there a way to do this? The tried doing the below sample, the new browser opens, but the parent window just has [object] on the page. I guess it's looking for something to pass to it.

sample:

submenuItem("Yahoo","javascript:window.open('www.y ahoo.com','','menu=no')","_blank","_nav_plain");

Any help is appreciated!