which script will execute first service side or client side?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2023 02:06 AM
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2023 07:25 AM
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.