Javascript in OnLoad
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