Message Thread: |
View All MessagesBack to WebFX |
I was able to do that using the "target" method: xx.add( tmp = new MenuItem( "Name", "http://link.com") ); ( I don't know if I was supposed to reply, just a begginer here, but I thought I could help) From: Per W Sent: May 19, 2005 Subject: Re:Open a url in new window Creating a menubar with xmenu was done in a second and it works great. But, I want to open an url in a new window, (like you to with TARGET = "_blank") within new WebFXMenuItem("menu_item","url") Is that possible? |