Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q276 How do I call two functions from the body tags onLoad event handler?

You are here: irt.org | FAQ | JavaScript | Document | Q276 [ previous next ]

As with other JavaScript statements separate them with a semi-colon:

<body onLoad="functionName1();functionName2()">

Feedback on 'Q276 How do I call two functions from the body tags onLoad event handler?'

©2018 Martin Webb