In article <b9fa1030.0401081101.23b4b0d1@posting.google.com >,
sdvoranchik@cizer.com (sdvoranchik) writes:
[color=blue]
>We have an application that contains links that run javascripts to
>create pages in a separate frame. When these links open an external
>site, it causes the javascripts to no longer function. When we
>modified the links that invoke the javascripts from:
><a href=javascript
: top.doSomething> text </a>[/color]
http://www.jibbering.com/faq/#FAQ4_24
[color=blue]
>To:
><span onclick=javascript
:top.doSomething> text </span>
>The javascripts worked properly. Any ideas on why this now works or
>other solutions? This site works fine when viewed using Netscape
>4.76.[/color]
NN4 supports onclick on a span?
<span onclick="alert('I support onclick in a span')">Test</span> gives no alert
in NN4.77, so what "works fine"? And it depends on your definition of "works
fine".
--
Randy