http://justinfrench.com/index.php?id=25 thanks mate you saved me hours of work :-)
short version:
IE seems to have a problem while you use per JavaScript the function setAttribute for the onClick event.
as justin mention, here the solution:
document.getElementById('YourEle').setAttribute('onClick', "myFunc(null);");
/*IE6/7 ISSUE!!!*/
document.getElementById('YourEle').onclick = function() {myFunc(null);};
Thursday, May 31, 2007
JavaScript setAttribute vs IE
at 10:06 AM 0 comments Posted by roni schuetz
Labels: asp.net, IE, java script
Subscribe to:
Posts (Atom)
Shared Cache - .Net Caching made easy
All information about Shared Cache is available here: http://www.sharedcache.com/. Its free and easy to use, we provide all sources at codeplex.