air - Value undefined does not allow function calls -
I am using aptana + adobe air 2.0, I have created a page .. while executing the page, its The following error is giving << P> TypeError: the value does not allow undefined function calls.
I have tried to copy a small content. The clip board .. The code is below
holdtext.innerText = getID. Id; Copied = holdtext.createTextRange (); Copied.execCommand ("Copy");
Holdtext is an id of a text field - with that I try to copy just a small content into the clipboard. Can you please tell me the problem is the problem And how to ride it
:
var holdtext = document.getElementById ("holdtext");
then:
holdtext.innetText = getID.id;
Comments
Post a Comment