Hi
I am facing a problem with my code ....
this is what I am doing ...
I am having a link on the page which says "add tab" o clicking this link I add a new tab to the page, I write the code for that in Javascript function, I set the attributes of that tab in there. One of the attribute is on click. I am able to achieve what I want in mozilla but IE is not doing anything onclicking the tab.
I am...