|
Posted by Webwasp on 06/18/06 16:56
Why would 'Common Eider' not work when 'Common Goldeneye' does? Is 'common
e?????' a reserved keyword in php JavaScript?
http://jacko.homeip.net/bird/birder.php
The CODE:
<tr class="smalla"><td class="smalla">
<a href="#" onmouseover ="MM_changeProp('Common
Eider','','style.visibility','visible','DIV');" onmouseout
="MM_changeProp('Common Eider','','style.visibility','hidden','DIV');"
onclick="setTimeout(map.centerAndZoom(new GPoint(-52.868958,47.348128),
1),4000); "> Common Eider</a></td><td class="smalla">47.348128</td><td
class="smalla">-52.868958</td><td class="smalla"> </td><td
class="smalla">2006-06-17 22:56:00</td><td class="smalla">test</td></tr>
// The preceding code does not change visibilty
<tr class="smalla"><td class="smalla">
<a href="#" onmouseover ="MM_changeProp('Common
Goldeneye','','style.visibility','visible','DIV');" onmouseout
="MM_changeProp('Common Goldeneye','','style.visibility','hidden','DIV');"
onclick="setTimeout(map.centerAndZoom(new GPoint(-52.651591,47.528315),
1),4000); "> Common Goldeneye</a></td><td class="smalla">47.528315</td><td
class="smalla">-52.651591</td><td class="smalla"> </td><td
class="smalla">2006-06-17 22:55:00</td><td class="smalla">test</td></tr>
// The preceding code DOES change visibilty. So what am I missing here?????
Navigation:
[Reply to this message]
|