PDA

View Full Version : Link from image


K4GAP
05-25-2010, 08:08 AM
I have a pop up MP3 player that uses a text link. I want to be able to link to the pop up from an image. Below is the code I'm using presently.

<a href="http://www.mydomain.com/popup.html" onclick="NewWindow(this.href,'popup','470','300','no','cent er');return false" onfocus="this.blur()">M P 3 P l a y e r</a>

Using the information in the above code, what needs to be changed to make it open from an image link?

DISREGARD