Hopefully a simple question for the masters....
I'm writing a cgi program, and need to add:
onLoad="javascript:JSname();"
to the <body> tag during the start_html process, so that it will generate this:
<body onLoad="javascript:JSname();">
I've tried searching for start_html examples that would show this, but no luck.