What is the difference between client-side script and
server-side script?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neha mittal
client side take less time to execute since it execute at
client before it go to server whereas server side scripting
take more time b'coz it required to send the request to
server for execution .client side can be disable wheras
sever side can't be disable by end user.
Is This Answer Correct ? | 43 Yes | 7 No |
Answer / abc
if the validations take place at client side,then such type
of scripting languages are called client side scripting
languages.Eg:javascript,vbscript
if the validations take place at server side,then such type
of scripting languages are called server side scripting
languages.Eg:Jsp,ASP,ASP.NET
Is This Answer Correct ? | 27 Yes | 4 No |
IN A SERVER SIDE SCRIPTING LANGUAGE THE BROWSER WILL FIRsT PLACE THE REQUSET FOR THAT FILE(one.jsp or one.php) TO THE WEBSERVER. IF THE FILE FILE IS PRESENT IN THE SERVER(FOR EXAMPLE IN CASE OF APACHAE WEB SERVER IF THE FILE IS PRESENT
IN htdocs FOLDER)IT WILL SEND THAT FILE TO THE JSP OR PHP ENGINE DEPENDING ON THE FILE EXTENSION FOR PROCESSING.THE OUTPUT OF THIS PROCESSING IS IN BROWSER UNDERSTABLE FORM. APACHAE WILL PUT THIS IN A temp FILE AND PASS IT TO THE BROWSER.THE BROWSER WILL INTERPRET IT AND WE GET THE FINAL OUTPUT IN OUR SCREEN.
IN A CLIENT SIDE SCRIPTING LANGUAGE LIKE JAVASCRIPT MOST OF THE MORDERN BROWSERS COMES WITH BUILT IN JAVASCRIPT INTERPRETER WHICH PROCESSES THE CODE AND GIVES THE OUTPUT. DURING PROCESSING OF A CLIENT SIDE SCRIPTING LANGUAGE THE SERVER IS NOT INVOLVED.
Is This Answer Correct ? | 5 Yes | 9 No |
Explain how do you initiate a string without escaping each backslash?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
Define extranet?
Define common language specification (cls)?
sir,please send me the NIC exam questions
Is asp a language?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
what is the default .net provider
How do you initialize a two-dimensional array that you don't know the dimensions of?
How to use XML file as a database in the ASP