Client-side scripting
The term client-side scripting comes from the development of dynamic Web sites and Web applications. It implies that the form and/or content of a Web page is still manipulated within a visitor's or user's browser by executing program code such as JavaScript.
The opposite of client-side scripting is server-side scripting. Here, script code is executed on the server before the HTML page is downloaded to the user or visitor.