Which of the following statements regarding the utilization of client-side scripting are TRUE?
A.
Client-side scripting refers to scripts executed on the Web browser instead of the Web server.
B.
Client-side scripting refers to scripts executed on the server on behalf of the client.
C.
Client-side scripting refers to scripts executed on the SQL Server by the Web Server.
D.
Client-side scripting refers to scripts executed on the Web server by the Client Server.
Explanation:
Client-side scripting is in actuality scripts executed on the local users browser
instead of having the scripts executed on the server. You should note that Client-side scripting
makes Web pages interactive and dynamic by allowing users to respond to events fired by the
user on objects that are seen on the Web page.