econnections
IS-IT--Management
I would like to use the piece of code below not to capture image events but when I click on TD's with a class set. eg class='style1'
if (window.event.srcElement.type == "image"){}
How do I change the above to capture:
1) TD's
2) class='style1'
3) TD#style1
I would appreciate any help. I'm using IE6
Cheers
if (window.event.srcElement.type == "image"){}
How do I change the above to capture:
1) TD's
2) class='style1'
3) TD#style1
I would appreciate any help. I'm using IE6
Cheers