[breadcrumb]
March 30, 2017

Clientside Scripting

Client side scripting refers the class of programs that are run by the client computer’s browser. This allows different and changing content depending on user input and certain variables such as the time of day. Client-side scripting is a good ways for Website Designers to relieve stress that would normally be on the servers onto the user’s computer. While using client side scripts, the programmers must know that each browser processes the same language differently. For example, a script working perfectly on Google Chrome could break on Internet Explorer. These scripts can be embedded into HTML, or in a separate file. Examples of client side scripting languages are Javascript and python.