English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-31 16:43:35 · 3 answers · asked by toan n 1 in Computers & Internet Internet

3 answers

Scripts on web pages can either run client-side - meaning that they run on the computer that's viewing them - or server-side, meaning that they run on the server that's supplying the web page. If they run client-side, the code can be seen by the person viewing the page simply by looking at the source code for the page. If they run server-side, then all the client can see are the results, which are usually sent as standard HTML once the script finishes.

2006-08-31 16:50:37 · answer #1 · answered by Anonymous · 0 0

In web programming scripting can be divided into two divisions:

1. Server-Side scripting

2. Client-Side scripting

As the name suggests Server-side scripting is something executed by the web server and only the result of that results will be returned to the client browser.

In case of client-side scripting it is some scripts executed by the script engined integrated in the popular browsers. In other words the execution of client-side script happens in the users browser, which is known as the client in this case.

Client-side scripts are used to perform less important jobs compared to the server-side scripts. Like form checking, image rollovers, etc. If you have a client-side script for doing something in a web page, it will reduced the load of the web server as a reuslt you can improve the performance of the website.

Javascript is the most popular client-side scripting language that has been used widely. But nowadays most popular browser used to block Javascript client-side script execution to prevent the user from any kind of malicious web page based attacks.

2006-08-31 23:53:22 · answer #2 · answered by Jayaprakash V 2 · 0 0

The one used by call center companies, they let agents follow a certain script for a particular client, for a specific kind of product or service.It serves as a guide.

2006-08-31 23:50:47 · answer #3 · answered by 99CLOUD99 3 · 0 0

fedest.com, questions and answers