|
I have defined a function in .js(JavaScript) File and included this file in .jsp file as follows
<script language="JavaScript" src="/forum//EnterKey.js"></script>
and i am calling the function as follows:
<BODY onLoad="setFocusOnFirstTextField();">
But at the time of page load the error comes as object Expected
Can please tell me what is the problem with this.
|
|
|
If u want to avoid from error declare ur funtion in Head tag of HTML and then call on load
|
|
|
Thanks for your reply. Actually i had declared the function in the Header itself.
|
|
|
|
|
|
|
© Copyright codetoad.com 2001-2005 |
|
|