Re: <body onLoad()

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

Re: <body onLoad()

Boris Popov, DeepCove Labs (SNN)
Re: [Seaside] <body onLoad()

self session addLoadScript: 'initialize();' should have the same effect.

-Boris (via BlackBerry)

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Fri Jul 31 17:35:48 2009
Subject: [Seaside] <body  onLoad()

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


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