Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 1998 23:02:21 +1300
From:      andrew@squiz.co.nz (Andrew McNaughton)
To:        freebsd-www@FreeBSD.ORG
Subject:   Re: java errors on main page
Message-ID:  <v02120d00b10b074c6c4e@[203.96.56.128]>

next in thread | raw e-mail | index | archive | help
>On what page? index.html? What browser are you using?
>When you reloaded could you reproduce the error?
>
>Most likely your browser did not finish loading the page
>and it ended at that point in the script.
>
>Thanks,
>Megan
>

Using Netscape 4.03 on a PowerPC mac, The buttons across the top of the
page do not work with javascript turned on.

putting the javascript on the image rather than the link solves the problem.

eg:

<A HREF="./ports/index.html">
<IMG NAME="softA" BORDER=0 alt=" Applications " WIDTH="98" HEIGHT="23"
SRC="./gifs/soft0.gif"  onMouseover="change('softA','soft',1)"
     onMouseout="change('softA','soft',0)">
</A>




Andrew McNaughton



 The effort to understand the universe is       Andrew McNaughton
 one of the very few things that lifts            ++64 4 389 6891
 human life above the level of farce,          andrew@squiz.co.nz
 and gives it some of the grace            http://www.squiz.co.nz
 of tragedy  -  Steven Weinberg         http://www.newsroom.co.nz





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v02120d00b10b074c6c4e>