what is difference between client side scripting and server
side scripting?
Answer Posted / murali
client side scripting means it works only system itself in
browser.
Server side scripting means it works any where using server
in browser.
Example for client side scripting: JavaScript, Flash
Example for server side scripting: PHP, ASP
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can I prevent others from reading/stealing my scripts or images?
What is js injection?
Difference between window.onload and onDocumentReady?
What’s a way to append a value to an array?
Explain few difference between null, undefined or undeclared javascript variable?
Is JavaScript a case-sensitive language?
Explain equality operators in javascript?
What are javascript objects?
How does typeof operator work?
What are self invoking functions?
How to read a cookie using javascript?
How to count the number of element in an array using javascript?
What boolean operators can be used in JavaScript?
What is webpack used for?
How do I use javascript to password-protect my web site?