If you are want to open new window then you can add target="_blank" in HREF code for example <a href="http://www.mywebsite
If you are using Joomla 1.0
If you want to create a menu item then goto Menu > Link - Url >
Then enter Name and Link and in third box On Click Open in Select New Window With Browser Navigation. I think only Link - Url supports Open New Window.
In Joomla 1.5
Menu > External Link
Enter Title, Link and then Choose New Window, with Browser Navigation in On Click, Open in box.
http://www.w3schools.com/T
http://www.htmlcodetutoria
Regards
Main Topics
Browse All Topics





by: gxp071Posted on 2009-01-20 at 01:57:29ID: 23418496
<a href="http://www.someurl.c om" target="_blank">
will open a link in a new window, whether thats a totally new window or a new tab is entire up to the users browser.
You should also not not all browsers have tab support.
Your only hope is CSS3 which will have support for this property:
target-new: window | tab | none
Unfortunally though only the latest buids of safari and i think firefox 3.1 beta support CSS3.