05-25-2010, 08:08 AM
|
|
|
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Link from image
Quote:
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.
Code:
<a href="http://www.mydomain.com/popup.html" onclick="NewWindow(this.href,'popup','470','300','no','center');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
|