Steve, thanks a bunch. I was shocked to see all these onclick="return
false"'s all over the place. Do you have any idea what put them there?
I know I never put them there, at least not consiously.
crispy
On Wed, 02 Jul 2003 18:04:51 +0100, Steve Pugh <> wrote:
>crispy <> wrote:
>
>>On this page: http://earthenvessels.net/
>>
>>some how most of the links in the top_banner and the drop down menu
>>embedded in the top banner have become inoperative. That includes the
>>home and contact links on the top left and most of the link in the
>>drop-down menu. The only link that works in the drop down menu is the
>>"More About Paula" link.
>
>The code is, to grab one example, -
><a href="http://earthenvessels.net" onclick="return false">home</a>
>
>The onclick="return false" means that if JavaScript is enabled then
>the link is disabled. Remove that and the link will work again.
>
> Steve