The void(null) is there because I'm using a <a href> tag so that
the cursor changes to the "link hand" when you pass the cursor over
each menu. I'm using DynAPI event listeners to capture the click
event.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Cameron
Hart
Sent: segunda-feira, 21 de Maio de 2001 15:02
To: '[EMAIL PROTECTED]'
Subject: RE: [Dynapi-Help] Problems with Netscape and setHTML
You could try changing the way you call the javascript command. You are
using an onclick on an anchor to call the command, and have the href set to
"javascript:void(null)". Try putting your command in the href and see if
that helps. I've had trouble using the onclick way of doing things in
netscape before, perhaps that is the problem.
Cheers,
Cameron.
BTW, do you mind if I add a link to your site in the "powered by" links
section of the dynapi site?
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Nuno
> Ferreira
> Sent: Monday, May 21, 2001 2:19 PM
> To: [EMAIL PROTECTED]
> Subject: [Dynapi-Help] Problems with Netscape and setHTML
>
>
>
> Hi people,
>
> I'm trying to clean up the site of my company (the one you guys
> generously praised!) so it works on Netscape 4+.
>
> I cleaned the obvious bugs but now I have a problem that I don't
> know why it happens, and I can't seem to be able to solve it.
>
> go to: http://www.wiz.pt/users/nf/wiztest/index.html
>
> If you click on any option of the sub-menu (ex: Interactive Design)
> sometimes, some of the images load ok, sometimes it just shows the
> broken image link). It's random, as long as I can tell, which is
> driving me nuts!!
>
> I've tried preloading the images, but to no avail, I've even tried
> to put the images as <IMG> tags inside the body, with 1x1 size, so
> they load before the DynAPI.onLoad fires up, but the problem remains.
>
> When you do a reload, or close and open the same menu the images load
> correctly or at least some of them.
>
> I'm using the setHTML method to change the content of a layer, and I'm
> using an array to store the content for each menu.
>
> detailText.setHTML(subnavcode["interactive"]);
>
> Is there any thing I'm doing wrong??
> Is this a Netscape bug?(IE seems happy with it)
> Is this a DynAPI thing?
>
> I really really need some help on this!
>
> best,
>
> NunoF
>
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help