body onLoad tag
Date: 11/04/05
(Web Development) Keywords: html, java
I'm coding in HTML and I want to call two (or more) javascript functions from the BODY tag. how do I seperate the two things properly. e.g.:
body onLoad="function('etc')", "MM_preloadImages('image.gif')">
is a comma enough between the two? when I switch to code view in Dreamweaver, the whole tag turns yellow as if it's not quite right. It works well enough, but I want it to be done the correct way.
Source: http://www.livejournal.com/community/webdev/264934.html