Hello,
I currently have a website with some content in a DIV. The content in the DIV is a code that will link to a different site, and changes every so often but not by me. I need it so that when of one of the links inside it are clicked, it opens the link and does a javascript function. So far, the best I can do is putting the html code in a DIV and making the "onmouseout" of the div run the javascript function. However, this does not work well in firefox and people are just moving their mouse over and away from the div instead of clicking the links. Is there a better way of doing this, ie. onclick command to run the javascript function?
Successfuly helpers will receive +rep as thanks.
Thanks in advance.

