Link to home
Start Free TrialLog in
Avatar of Tpaul_10
Tpaul_10Flag for United States of America

asked on

<A> tag issues in IE 9.0

Experts,

I have the folliwing <a> tag syntax and just upgraded to IE 9.0 and the code doesn't work.
It was and still working in IE 8.0

<a href="JavaScript:myFunction();"><img src="/images/my_button1.gif" border="0" width="50" height="20" alt="Submit"></a>

Any help is really appreciated

Thanks in advance
Avatar of Banthor
Banthor
Flag of United States of America image

There is a new element in IE 9 A Tags to delay validation until the content has finished rendering.
defer="defer"
All other browsers will ignore this tag.
Avatar of Tpaul_10

ASKER

Thanks for the quick reply.
Do i need to add, defer="defer" in my "A" tag for IE 9.0 to work? Have tried, but didn't work.
How to fix the issue, appreciate your help
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Banthor
Banthor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial