Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is difference between client side scripting and server
side scripting?

Answers were Sorted based on User's Feedback



what is difference between client side scripting and server side scripting?..

Answer / prasadkonnur

Client side scripting is that which runs on user browser.
client side scripting is used for validation.
javascript, VB script are client side scripting.

server side scripting is that which runs on server.Used to
insert and fetch record from database
PHP,ASP are server side scripting.

Is This Answer Correct ?    44 Yes 3 No

what is difference between client side scripting and server side scripting?..

Answer / chandan kumar r

Yes, answer is correct,
Client side scripting is that which runs on user browser.
client side scripting is used for validation.
javascript, VB script are client side scripting.

server side scripting is that which runs on server.Used to
insert and fetch record from database
PHP,ASP are server side scripting.

Is This Answer Correct ?    16 Yes 2 No

what is difference between client side scripting and server side scripting?..

Answer / murali

client side scripting means it works only system itself in
browser.
Server side scripting means it works any where using server
in browser.

Example for client side scripting: JavaScript, Flash
Example for server side scripting: PHP, ASP

Is This Answer Correct ?    7 Yes 0 No

what is difference between client side scripting and server side scripting?..

Answer / ankit chandra prasad

Clientside scripting donot require server . and it can't
interact with local file system and database and it is used
for accomplish task like validation & varification.

Server side scripting require webserver it can interact
local file system and can establish database connectivity
and maintain session for user.

Is This Answer Correct ?    7 Yes 4 No

what is difference between client side scripting and server side scripting?..

Answer / prabhkirat kaur

Client-side scripts are often embedded within an HTML
document (hence known as an "embedded script"), but they
may also be contained in a separate file, which is
referenced by the document (or documents) that use it
(hence known as an "external script"). Upon request, the
necessary files are sent to the user's computer by the web
server (or servers) on which they reside. The user's web
browser executes the script, then displays the document,
including any visible output from the script. Client-side
scripts may also contain instructions for the browser to
follow if the user interacts with the document in a certain
way, e.g., clicks a certain button. These instructions can
be followed without further communication with the server,
though they may require such communication.

erver-side scripting is a web server technology in which a
user's request is fulfilled by running a script directly on
the web server to generate dynamic web pages. It is usually
used to provide interactive web sites that interface to
databases or other data stores. This is different from
client-side scripting where scripts are run by the viewing
web browser, usually in JavaScript. The primary advantage
to server-side scripting is the ability to highly customize
the response based on the user's requirements, access
rights, or queries into data stores

Is This Answer Correct ?    4 Yes 1 No

what is difference between client side scripting and server side scripting?..

Answer / pks

client side scripting is mainly used for client side validation.
eg:javascript ,vbscript

server side scripting is used for verification on server side.
eg:ASP,ASP.NET,JSP .These are the mainly used technologies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

How do I open javascript console?

0 Answers  


Can an anonymous function be assigned to a variable?

0 Answers  


Can you explain about screen object?

0 Answers  


Have you used any browser for debugging? If yes, how is it done?

0 Answers  


How do I open javascript on my iphone?

0 Answers  


How can you convert the string of any base to integer in JavaScript?

0 Answers  


Is there any ide for javascript?

0 Answers  


How can you set position of the page (top and left) to 0 using javascript in one line code?

0 Answers  


What is a function constructor?

0 Answers  


What is the use of a boolean object in javascript?

0 Answers  


Why is javascript so important?

0 Answers  


Why would you use a sticky session?

0 Answers  


Categories