Click to See Complete Forum and Search --> : Javascript in the Alt/Title attribute?


Paintball24
01-19-2006, 06:34 PM
Can this be done?
I've had problems with this earlier.
Can you help me?

This is a link inside an image map:

<area target="_blank" href="http://www.aqua-emulation.com/imsellingpixels/ccount/click.php?id=1" title="Aqua Emulation---Clicks: <script language="Javascript">ccount_display('1')</script>" shape="rect" coords="80, 90, 190, 110">

welsh
01-19-2006, 08:06 PM
when do you want the ccount display to go? u can add these to that image map line so like mouseover would be

<area target="_blank" href="http://www.aqua-emulation.com/imsellingpixels/ccount/click.php?id=1" title="Aqua Emulation---Clicks:" onMouseOver="ccount_display('1')" shape="rect" coords="80, 90, 190, 110">
that should work but i know you can add

onMouseOver="java"
onMouseOut="java"
onClick="java"

Paintball24
01-19-2006, 08:09 PM
when do you want the ccount display to go? u can add these to that image map line so like mouseover would be

<area target="_blank" href="http://www.aqua-emulation.com/imsellingpixels/ccount/click.php?id=1" title="Aqua Emulation---Clicks:" onMouseOver="ccount_display('1')" shape="rect" coords="80, 90, 190, 110">
that should work but i know you can add

onMouseOver="java"
onMouseOut="java"
onClick="java"


Great. Great. Thank you.
I'll try it now. :)

Paintball24
01-19-2006, 08:13 PM
The mouseover seems to not be working. Do you have any other ideas?