Currently, I'm able to make a table cell "linkable" based on the href attribute in an <a> tag (the way Hotmail used to). IE uses the scripting...
function mClk(src)
{
if(event.srcElement.tagName == 'TD')
{
src.children.tags('a')[0].click();
}
}
...and naturally, this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.