jeff
02-08-2000, 11:16 AM
i have the following script on a page with several layers. each layer links to an external site. i want those links to open in new windows but have been unsuccessful executing this.
this script is:
<IMG SRC="gothere.jpg" WIDTH=56 HEIGHT=19 ALT="" BORDER="0" onMouseDown="MM_goToURL('parent','http://www.link.com/');return document.MM_returnValue">
i've tried changing the 'parent' to 'new' and 'blank' but both produced javascript errors.
is there a way to do this (hopefully without making any significant changes to the script which has proven to be fragile)?
thanks.
this script is:
<IMG SRC="gothere.jpg" WIDTH=56 HEIGHT=19 ALT="" BORDER="0" onMouseDown="MM_goToURL('parent','http://www.link.com/');return document.MM_returnValue">
i've tried changing the 'parent' to 'new' and 'blank' but both produced javascript errors.
is there a way to do this (hopefully without making any significant changes to the script which has proven to be fragile)?
thanks.