Hi, I am trying to make my site Netscape safe, but am having problems with events.
I have gone thru the processes of developing cross browser DOMS, but I find that sometimes when I try to use onMouseOver, or onClick, nothing happens in NN, even though it always works fine for IE. (I have tried using onClick inside <td>, perhaps not allowed in NN?)
The thing is I know my code works, because it works when I attach it to, say a link, but if I try to do this:
( where I have already constructed my cross browser object)
<script>
function showElement(DOMOBJECT){
javascriptOMOBJECT.hide();
}
</script>
Nothing happens in NN? This is VERY infuriating. I have even tried direct DOM access, and just writing two parts for the function, one for each browser, but to no avail.
Can you tell me if Navigator interprets these event handlers differently or am I barking up the wrong tree!
Thanks, Ben [sig][/sig]
I have gone thru the processes of developing cross browser DOMS, but I find that sometimes when I try to use onMouseOver, or onClick, nothing happens in NN, even though it always works fine for IE. (I have tried using onClick inside <td>, perhaps not allowed in NN?)
The thing is I know my code works, because it works when I attach it to, say a link, but if I try to do this:
( where I have already constructed my cross browser object)
<script>
function showElement(DOMOBJECT){
javascriptOMOBJECT.hide();
}
</script>
Nothing happens in NN? This is VERY infuriating. I have even tried direct DOM access, and just writing two parts for the function, one for each browser, but to no avail.
Can you tell me if Navigator interprets these event handlers differently or am I barking up the wrong tree!
Thanks, Ben [sig][/sig]