Adding target as you have above should work. For example, the below would open the menu item in a new window:
Code:
<a href="http://www.freewarejava.com" target="_new">Medium Pressure</a>
Make sure the HTML code:
Code:
<a href="http://www.freewarejava.com" target="content">Medium Pressure</a>
on its own, directly added to the page as HTML works the way you want it to (ie: opens Freewarejava.com in the FRAME called "content"). If it does, then moving the above code into the script should work just the same, as the script simply outputs that HTML as is.
Bookmarks