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
What is createtextnode?
Explain the difference between javascript and an asp script.
Write JavaScript code to use file system in binary format?
What is the purpose of 'this' operator in JavaScript?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
How to get value from a textbox?
How to add html elements dynamically with JavaScript?
How do I open javascript in browser?
How many data types are there in javascript?
What is console.log() and why it is used?
What is the method for reading and writing a file in javascript?
Is JavaScript case sensitive? Give an example?
How do you check if a variable is an object
How to set the focus in an element using javascript?
What is a named function in JavaScript? How to define a named function?