onload_script
JavaScript to execute after the page is loaded into the browser (that is, body tag onload event).
Default value
'SetFocus()' (that is, When the page is loaded execute the function SetFocus() which is included in the standard script.)
Valid values
Single-quoted valid JavaScript function, or JavaScript code followed by a semicolon (;).