2 operations on select link

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

How do I perform 2 functions when I select a link? I would like to execute a
javascript to update the page where the link is and then goto the url.
Standard hyperlink doesn't seem to support that. Will the onmouseover
feature support this? If so how is that coded?
 
I have a number of links on my startup page that I check infrequently. What
I'd like to do is put a line below each showing when it was last checked.
When I select the link a javascript function would update the "checked" date
and then goto the url. The "checked date" would be static unless the link is
selected. I am still trying to figure out how/where to save the "checked
date" data. Am not sure if I need to save it as a cookie or not. Any
suggestions would be appreciated.
 
Back
Top