I'm having trouble getting a JavaScript function called during the window.onload event.
The following doesn't seem to work when I have it as the body
of my component's #script method (defined as a string) or defined within a StyleLibrary
that's used by my application.
window.onload = function () {
alert("hello")
}
- jare care
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside