question about Onload function
can one define more than one function for Onload ?
<body Onload="functio n1()">
or can one define multiple functions one after another
like <body Onload="f() g() h()" ???
is there an equivalent function like sleep() in javascript ? so that one
can delay executions of statements via the sleep ?
can one define more than one function for Onload ?
<body Onload="functio n1()">
or can one define multiple functions one after another
like <body Onload="f() g() h()" ???
is there an equivalent function like sleep() in javascript ? so that one
can delay executions of statements via the sleep ?
Comment