Web Scripting and its Types Last Updated : 25 Nov, 2020 Comments Improve Suggest changes Like Article Like Report The process of creating and embedding scripts in a web page is known as web-scripting. A script or a computer-script is a list of commands that are embedded in a web-page normally and are interpreted and executed by a certain program or scripting engine. Scripts may be written for a variety of purposes such as for automating processes on a local-computer or to generate web pages. The programming languages in which scripts are written are called scripting language, there are many scripting languages available today. Common scripting languages are VBScript, JavaScript, ASP, PHP, PERL, JSP etc. Types of Script : Scripts are broadly of following two type : Web Scripting Client-Side Scripts : Client-side scripting is responsible for interaction within a web page. The client-side scripts are firstly downloaded at the client-end and then interpreted and executed by the browser (default browser of the system). The client-side scripting is browser-dependent. i.e., the client-side browser must be scripting enables in order to run scripts Client-side scripting is used when the client-side interaction is used. Some example uses of client-side scripting may be : To get the data from user's screen or browser. For playing online games. Customizing the display of page in browser without reloading or reopening the page. Here are some popular client-side scripting languages VBScript, JavaScript, Hypertext Processor(PHP). Server-Side Scripts : Server-side scripting is responsible for the completion or carrying out a task at the server-end and then sending the result to the client-end. In server-side script, it doesn't matter which browser is being used at client-end, because the server does all the work. Server-side scripting is mainly used when the information is sent to a server and to be processed at the server-end. Some sample uses of server-scripting can be : Password Protection. Browser Customization (sending information as per the requirements of client-end browser) Form Processing Building/Creating and displaying pages created from a database. Dynamically editing changing or adding content to a web-page. Here are some popular server-side scripting languages PHP, Perl, ASP (Active Server Pages), JSP ( Java Server Pages). Comment More infoAdvertise with us Next Article Web Scripting and its Types N nitishkumarpatel191 Follow Improve Article Tags : Computer Networks Web Technologies Technical Scripter 2020 Similar Reads Web Server and Its Types A web server is a systemâeither software, hardware, or bothâthat stores, processes, and delivers web content to users over the Internet using the HTTP or HTTPS protocol. When a userâs browser sends a request (like visiting a website), the web server responds by delivering the appropriate resources, 7 min read Web Server and its Types of Attacks Web Servers are where websites are stored. They are computers that run an operating system and are connected to a database to run multiple applications. A web server's primary responsibility is to show website content by storing, processing, and distributing web pages to users. Web servers are essen 6 min read Types of Web Hosting Web Hosting is a service that allows hosting/post-web-server applications (website or web page) on a computer system through which web-browser clients can have easy access to electronic content on the Internet.Web Server or Web Host is a computer system that provides web hosting. When Internet users 6 min read Introduction to Web Scraping Web scraping is an automated technique used to extract data from websites. Instead of manually copying and pasting information which is a slow and repetitive process it uses software tools to gather large amounts of data quickly. These tools can be custom-built or used across multiple sites. It also 6 min read Internet and Web programming The Internet is a global network of interconnected computers and servers that allows people to communicate, share information, and access resources from anywhere in the world. Web programming involves creating dynamic websites that are interactive and user-friendly. This includes the use of database 9 min read Like