<body onLoad()

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

<body onLoad()

squeakman
Greetings,

My questions concerns the generation of the <body> in an html file. The
html that is generated by Seaside is:

<body onkeydown="onKeyDown(event)" onload="onLoad()">


I would like to generate:

<body onkeydown="onKeyDown(event)" onload="onLoad(); initialize()">

the "; initialize()" is the new bit.

How do I do this?  I have looked into WAHtmlRoot but I think it is the
wrong path.

Thanks,
Frank

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside