0
What is the meaning of client side script?
3 ответов
+ 3
an example of client side scripting is a javaScript running in your browser: it doesn't affect the server.
+ 1
client side scripts are ones that process in the browser for example and don't require a call back to the server to process data. basically if you can view the source in the browser it's client side. JavaScript being the best example, the code is all visible
0
so whatever script is on my browser it doesn't effect the server even if the server has different script