Jump to content

Two onload in body


zero_point

Recommended Posts

Hi all :-) I wanna put two onload function into html body tag ... I tried to use this <body onload="function1(); function2()">

 

OR THIS ...

 

<body onload="functions()">

 

functions(

function1();

function2();

)

 

... BUT it always takes only first function and second not ... do you know why or what else can I use? Thanks.

Edited by zero_point
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...