i'll try and explain this the best i can.
on a given site there is a rollover image. if you click on that image it will change to a new image that lets you know you are on that page. (say the image is red, you mouse over it and it turns blue, you click it and that page loads and the image now turns yellow)
when you go to another page, that pages image will be yellow.
the simple way to do this is to reload a new page with the yellow image as a static(not a link) image.
is there a way to do this in javascript so that the page doesn't have to be reloaded?
i belive it would be something like
I know the syntax is not correct but before i try and code this, is this possible to do?Code:<a href="javascript:onMouseover(image_blue), onMouseOut(image_red),onClick(image_yellow);"
if none of this makes sense, please let me know and i'll try and re-ask the question.
thanks!
