[Javascript] Making rolloever images work like vlinks

TomMallard mallard at serv.net
Tue Apr 3 10:12:08 CDT 2001


If each href calls a javascript function instead of using a hard-coded path,
you could use that to store what's been visited with a client cookie (or
stored on the server) and change the images with an onload handler for the
body tag which checks the cookie.

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


> I'm not sure if this requires a javascript solution or something fancier.
>
>
> Situation:
> This is a portfolio section of a web site. There are a series of
thumbnails
> on every page representing each project. On top of each thumbnail is a
> patterned image. Onmouseover the thumbnail is visible.
>
> Problem:
> I want the patterned image to be different (maybe grayscale) for the pages
> the user has already seen. I want it to work like a vlink.
>
>
>
>
>
> Any ideas on how I can do this would be appreciated.
>
>
>
>
> thanks,
>
> Brian Andrews
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>





More information about the Javascript mailing list