the following code works fine in IE6 but does not work in Mozilla,any idea to fix this cross browser issue???
Code
Regards,
Sundar
Code
Code:
PastedText = document.getElementById("hiddenText").createTextRange();
PastedText.execCommand("Paste");
Sundar
Comment