which script will execute first service side or client side?

--oooo--
Tera Contributor
 
1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

Whenever a form loads, firstly the data is fetched from the database which is usually done by the server side scripts. Once the data is fetched it is sent to the client side and from there onwards the client side scripts like onLoad gets called.

 

In a nutshell a server side script gets executed first.