Opening 2 pages with one link - Joomla! Forum - community, help and support
is possible open 2 pages 1 link joomla 3.0?
for example 1 clicks on link , joomla.org opens in same window , google.com opens in window, possible?
i have latest version of joomla 3.0 installed , using protostar template have tried far unsuccesfully.
thanks
for example 1 clicks on link , joomla.org opens in same window , google.com opens in window, possible?
i have latest version of joomla 3.0 installed , using protostar template have tried far unsuccesfully.
thanks
you can javascript, following should work ok:
<a href="http://www.joomla.org" onclick="window.open('http://www.google.com','newwin');">link text here</a>
if you're worried wysiwyg editor stripping out html, either edit 'no editor' set in configuration or make necessary changes in editors config.
good luck!
<a href="http://www.joomla.org" onclick="window.open('http://www.google.com','newwin');">link text here</a>
if you're worried wysiwyg editor stripping out html, either edit 'no editor' set in configuration or make necessary changes in editors config.
good luck!
Comments
Post a Comment