Recent Posts by alissonx

Subscribe to Recent Posts by alissonx 1 post found

Sep 21, 2009
Avatar alissonx 1 post

Topic: Help/Bug / problem with focus()

Hi,

i’m using pwc

I need to give focus to a input text when the pwc window load…

so I put on parameters

onLoad: function()
{
document.getElementById(‘search’).focus()
}

but when I open the window…

the input text don’t have focus…

somebody can help me?:

thank you