does anyone know if its possible to set the body onload handler function using javascript after the <Body> tag has been defined?
eg is something like this possible? if so whats the syntax? <html> <head></head> <body> code code code code code code <script> document.body.onload=somefunction(); </script> This email has been scanned for viruses by NetBenefit using Sophos anti-virus technology -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
