What is the difference between client-side script and
server-side script?
Answer Posted / guest
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.
| Is This Answer Correct ? | 91 Yes | 12 No |
Post New Answer View All Answers
Name the control which would you use if you needed to make sure the values in two different controls matched?
What purpose is served by the application.lock method?
Explain the post & get method?
How do I open an asp file?
Explain the difference between querystring collection and form collection?
Define the asp scripting objects?
What is the difference between asp and acp?
Name the browsers that can access asp pages?
Define server object?
Destructors CANNOT be implemented in which one of the following?
Name the data type should you use if you want an 8-bit value thats signed?
Define an err object?
How many types of cookies?
Define file system object object?
what is the need of a sealed class when we are having a structure