<img src=http://xxx.com/yyy.jpg
onmouseover="se ttimeout(\"docu ment.location=' http://www.google.com' \"),
2000">
I want to have a 2 seconds delay before it is directed to an URL when the
mouse is over the image.
However, it seems that setTimtOut does not like parameters in the function
part.
onmouseover="se ttimeout(\"docu ment.location=' http://www.google.com' \"),
2000">
I want to have a 2 seconds delay before it is directed to an URL when the
mouse is over the image.
However, it seems that setTimtOut does not like parameters in the function
part.
Comment