<body> onLoad

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

<body> onLoad

Robert Sirois
Is this a little ridiculous or am I accomplishing this correctly?

html bodyAttributes at: 'onLoad' append: 'javascript:setInterval("update()", 1000)'.

RS

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: <body> onLoad

Boris Popov, DeepCove Labs (SNN)

html document addLoadScript: 'js goes here'.

 

This uses body’s onLoad normally, or proper callback function if JS library is used (JQScriptGenerator = http://api.jquery.com/jQuery/#jQuery3).

 

HTH,

 

-Boris

 

From: [hidden email] [mailto:[hidden email]] On Behalf Of Robert Sirois
Sent: Wednesday, June 22, 2011 12:05 PM
To: [hidden email]
Subject: [Seaside] <body> onLoad

 

Is this a little ridiculous or am I accomplishing this correctly?

 

html bodyAttributes at: 'onLoad' append: 'javascript:setInterval("update()", 1000)'.

 

RS


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: <body> onLoad

Robert Sirois
Ok yea, that's how I normally do it. Must be doing something else wrong...

Thanks!

RS


Subject: RE: [Seaside] <body> onLoad
Date: Wed, 22 Jun 2011 09:09:52 -0700
From: [hidden email]
To: [hidden email]

html document addLoadScript: 'js goes here'.

 

This uses body’s onLoad normally, or proper callback function if JS library is used (JQScriptGenerator = <a href="http&#58;//api.jquery.com/jQuery/#jQuery3" target="_blank">http://api.jquery.com/jQuery/#jQuery3).

 

HTH,

 

-Boris

 

From: [hidden email] [mailto:[hidden email]] On Behalf Of Robert Sirois
Sent: Wednesday, June 22, 2011 12:05 PM
To: [hidden email]
Subject: [Seaside] <body> onLoad

 

Is this a little ridiculous or am I accomplishing this correctly?

 

html bodyAttributes at: 'onLoad' append: 'javascript:setInterval("update()", 1000)'.

 

RS


_______________________________________________ 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