V
VC
Hi
I'm working on a web site with hard programming in Javascript. ?This
web based application is intended to be used by bank workers who types
very fast.
The problem is: sometimes they type so fast that when they hit the
ENTER key, the javascript related with this key is executed, but the
<input TEXT...> associated, that wasnt rendered yet. So we face the
'Object expected' error.
I'd like to know if there's some way of giving priority to rendering
html before rendering or parsing something else.
I know that putting <script></script> blocks in the end of <html></
html> block could help to minimize this, but the way that the web app
was built, sometimes is impossible, because it envolves include
statements, etc.
I hope I was clear. Excuse me my poor English, it's not my first
language.
Thanks in advance.
I'm working on a web site with hard programming in Javascript. ?This
web based application is intended to be used by bank workers who types
very fast.
The problem is: sometimes they type so fast that when they hit the
ENTER key, the javascript related with this key is executed, but the
<input TEXT...> associated, that wasnt rendered yet. So we face the
'Object expected' error.
I'd like to know if there's some way of giving priority to rendering
html before rendering or parsing something else.
I know that putting <script></script> blocks in the end of <html></
html> block could help to minimize this, but the way that the web app
was built, sometimes is impossible, because it envolves include
statements, etc.
I hope I was clear. Excuse me my poor English, it's not my first
language.
Thanks in advance.