mysmallbizu Posted March 15, 2008 Share Posted March 15, 2008 I've added new menu links to the header.tpl file... but what is the specific code and where does it need to be placed to have the link open in a new window? 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted March 15, 2008 Share Posted March 15, 2008 Just use HTML target="blank" 0 Quote Link to comment Share on other sites More sharing options...
Redsign Posted March 15, 2008 Share Posted March 15, 2008 Just use HTML target="blank" Should it not be : target="_blank" 0 Quote Link to comment Share on other sites More sharing options...
bear Posted March 16, 2008 Share Posted March 16, 2008 Both work, but _blank is the proper way. 0 Quote Link to comment Share on other sites More sharing options...
mysmallbizu Posted March 16, 2008 Author Share Posted March 16, 2008 the header templates nav bar uses this code for each item <tr> <td class="navbutton" onmouseover="this.className='navbuttonover';" onmouseout="this.className='navbutton';" onclick="window.location='http://www.mysmallbizu.com/content/category/1/115/492'">{$LANG.tutorialstitle}</td> </tr> where does the target="_blank" go in the above code so it opens in a new window... 0 Quote Link to comment Share on other sites More sharing options...
Redsign Posted March 16, 2008 Share Posted March 16, 2008 Oh, as it is a javascript link you need to change: window.location to window.open Goodluck Ben 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.