Thanks,
Rob
Give each window instance its own name, then a new window will be spawned
fore each link.
If you are using a script function you will need to write a separate script
function for each link.
If you are writing an inline script you can just use a different name in
each inline script
--
Mike - (a.k.a. turtle) - gotFusion Extended Support
www.gotfusion.com
Start receiving gotFusion support today
http://www.gotfusion.com/subscriptions/
View the gotFusion tutorial list
http://www.gotfusion.com/menu/tuts_by_topic.cfm
--
<SCRIPT LANGUAGE="javascript">
function openMe()
{
window.open("http://www.kingscc.co.uk", "newwindow")
}
</SCRIPT>
Can you explain how I need to modify this to use it for multiple links?
Many thanks,
Rob
TARGET="_blank"
Like so: <A HREF="http://www.othersite.com/" TARGET="_blank">
Later versions of Fusion include this capability in a dropdown when doing a
hyperlink. I don't remember if MX did, but I don't think so.
--
Chuck Joslin - Team NetObjects
BeyondFusion.com - Your Fusion Community
www.beyondfusion.com
Fusion Wish List - www.beyondfusion.com/wish
Register domain names at www.awavedomains.com
<Robbieg> wrote in message news:1_37...@gfwebforum.com...