Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javascript in OnLoad

Rmathew-OracleApr 16 2004 — edited Apr 16 2004
Hi,

I have a page which should call a javascript function 'replaceString();' on formload. I added the javascript in the 'On Load JavaScript...' section of Page Attributes. But the added javascript is not executing on page load. I checked the page source and the javascript appears in the body tag as follows:
<body replaceString(); OnLoad="first_field()">. Why is the custom javascript 'replaceString();' not appearing in the 'OnLoad=' section?

Thanks for any help.

Rekha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2004
Added on Apr 16 2004
1 comment
1,375 views