Forum Moderators: open

Message Too Old, No Replies

onClick and hyperlink issues

         

tbthorpe

6:22 pm on Jul 23, 2004 (gmt 0)

10+ Year Member



In my page, i made a table that has properties such as onMouseOver, onMouseOut, and onClick. Is there any way i can place a link in said table and be able to click on it, without having the 'onClick' method called? Thanks!

Tim

JonR28

7:51 pm on Jul 23, 2004 (gmt 0)

10+ Year Member



So if they click the table a function is called? But if they click on a link within the table then it is not called?

The only way I can think to do this is by using the Document Object Model to determine if what you click on was a link or table, then cancel the function and follow the link if it is a link.

Sorry maybe you could clarify your question is this is not what you are looking for? If this is your question and you want a detailed answer with some code let me know.