Rick
Registered: 06/04/06
Posts: 7998
Loc: Aberdeen, WA
The onload field is used for javascript. It can be used to trigger a javascript function, or something of that nature. It's not used for just general text.
99% of the time you'll never use this field, unless you have a specific javascript function that needs to be triggered when the page is loaded.
I was just pointing out that if the field on the general page - html tab - onload is populated it will produce a status bar error in internet explorer.
Gizmo
Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
Well, are you calling valid javascript in the on load? If you don't, it will throw an error notifying you that nothing valid can be loaded from what you have presant...