Hello Friends,
I am Mandar,
I use more than 3 java script in my web page But I have a querry regarding this.
I want to set execution sequence for each javascript ? so I can decise which one will execute first ?
So how it will be done ?

Thanks in advance !

That will depend how each script is called, if the scripts are called in the body onload,
then

<body onload="do function1();do function2();do function3()">

easier may be

http://tetlaw.id.au/view/javascript/fastinit

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.