Which of the following are the differences between client-side scripting and server-side scripting?
Each correct answer represents a complete solution. Choose all that apply.
A.
Client-side scripts are browser independent, but server-side scripts are not.
B.
An Imagemap invokes a cgi.bin program in server-side scripts, but client-side scripts do not need
cgi.bin to function.
C.
Client-side scripts can be blocked by a user, but server-side scripts cannot.
D.
PHP is a server-side script, and ActionScript is a client-side script.
Explanation:
Client-side and server-side scripts run when an http request is made from the client computer and
the response is given by the server.
The following table shows the differences between client-side scripting and server-side scripting: