Question:
What is the difference between client-side script and server-side script?
Answer:
Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script. Source: CoolInterview.com
in case client side scripting the programsn are executed in client computer system and in case of server side scripting all programs are executed at server side.and all the requests are propagated to server. Source: CoolInterview.com
Answered by: rajesh | Date: 1/10/2010
| Contact rajesh
Client Side Script is executed at client side and Internet Explorer is responsible for executing Client Side Script. Server Side Script is executed at Server Side. Source: CoolInterview.com
Answered by: Atif | Date: 1/18/2010
| Contact Atif
server side scripting is executing on the server side where as the client side script is executing on the client browers.
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/13/2010
| Contact nicku
user want to write a code, so writing code is more complexity in clientside scriptings where as in server side scripting avoids manual coding Source: CoolInterview.com
Answered by: kbh | Date: 8/17/2010
| Contact kbh
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|