D
Du Dang
I use this in ie and it works just fine. Hoever when i use it in opera, the
browser have a problem with the "createTextRange" bit.
=============================
var txtHandler = txt.createTextRange();
txtHandler.execCommand("paste");
=============================
Does anyone knows another method that allows me to paste the text in the
clipboard into my textbox?
Thanks
browser have a problem with the "createTextRange" bit.
=============================
var txtHandler = txt.createTextRange();
txtHandler.execCommand("paste");
=============================
Does anyone knows another method that allows me to paste the text in the
clipboard into my textbox?
Thanks