If I test the page http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_draganddrop and it code in Firefox its fine. But now if I text the page in Internet explorer 9.
Then also it works but surprisingly if I try to change the setData key name then it not working. Suppose if I change-
- Code: Select all
var data=ev.dataTransfer.getData("[b]testKey[/b]");
ev.dataTransfer.setData("[b]testKey[/b]",ev.target.id);
It throwing error "Unexpected call to method or property access". Is it an issue with IE9.
Regards
Anup