Here is what I would like to do and Im sure it would be an easy one for the pros on here. I am trying to get the link on the page to open in a new window using the existing code that I have here.
- Code: Select all
<img src="images2/center_04.gif" alt="" name="kds" width="527" height="26" onClick="MM_goToURL('parent','problem.html');return document.MM_returnValue" onMouseOver="MM_swapImage('kds','','images2/center04_ovr.gif',1)" onMouseOut="MM_swapImgRestore()">
Any suggestions would be great. Im sure it has to do with the 'parent' but I do not know what the proper term is to replace that with.


