[Javascript] Making rolloever images work like vlinks

TomMallard mallard at serv.net
Tue Apr 3 13:25:35 CDT 2001


<script>
alert(document.links[0].visited);
</script>

Doesn't work in IE5.5 or NS6.01...undefined. You have to keep state somehow,
I'm testing an idea to use only on the client using hidden values but it's
not perfected enough yet...doing this on the server would be easier.

tom
----- Original Message -----
From: "Brian Andrews" <bandrews at marlboro.edu>
To: <javascript at LaTech.edu>
Sent: Tuesday, April 03, 2001 8:52 AM
Subject: Re: [Javascript] Making rolloever images work like vlinks


>
> Can you give me any advice/help on building the link checking script
> described below. Just a pointer to a site that describes it or uses
> something like it would be great.
>
>
> > You can build a script asking for the status of a link. If visited
true/false,
> > than call the right image
> > to be displayed with that link suitable for a-link or v-link.
>
>
>
>
> Thanks,
>
> Brian Andrews
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>





More information about the Javascript mailing list