what is difference between client side scripting and server
side scripting?
Answer Posted / chandan kumar r
Yes, answer is correct,
Client side scripting is that which runs on user browser.
client side scripting is used for validation.
javascript, VB script are client side scripting.
server side scripting is that which runs on server.Used to
insert and fetch record from database
PHP,ASP are server side scripting.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How to open a window with no toolbar, but with the location object?
How to toggle display an html element?
Who is the world famous hacker?
What are undefined and undeclared variables?
What is === in javascript?
Name some of the JavaScript features?
What is console.log() and why it is used?
Which is the best website to learn javascript?
How can you get the reference of a caller function inside a function?
How to test 404 page in QA
Which built-in method sorts the elements of an array?
Are there any predefined constant provided by the browser with the key code values that can be reused?
How to detect the operating system on the client machine?
Is array an object javascript?
What is scope javascript?