How do I use Adobe Air with HTML DOM?

"<input type="text" class="inputtext" name="myemail" id="email" tabindex="1">"

I tried

  1. document.getElementById('email').value = "111@domain.com";
  2. document.getElementById('myemail').value = "111@domain.com";

It doesn't work

ReferenceError: Error #1069: Property getElementById not found on Main and there is no default value.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.