0% found this document useful (0 votes)
124 views

Client Side Scripting and Server Side Scripting

What is the difference between client side and server side scripting? How is client side scripting different from server side scripting?

Uploaded by

shumi13
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
124 views

Client Side Scripting and Server Side Scripting

What is the difference between client side and server side scripting? How is client side scripting different from server side scripting?

Uploaded by

shumi13
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

TOPIC

CLIENT SIDE SCRIPTING AND


SERVER SIDE SCRIPTING

Introduction:
Client: The client is a system on which web
browser is running.
Script: is set of instructions
Browser: Software application which enables
user to display and interact with text
,images ,video and other information
typically located on web page

Client Side Scripting


Client side scripting is executed on client
side
Browser must support scripting language.
Sensitive information such as passwords
should not be on client side

Continue...
This type of language is important part of
DHTML.
Client-side scripts have greater access to
the information and functions available on
the user's browser.
Css often embedded with HTML.
They can also be contained in seprate file.

Continue..
Css is used when the users browser already
has all the code.
cannot be used to connect to the databases
on the web server.

Continue..
Client-side scripting occurs on the HTML
page sent by server to browser
Script is interpreted by browser and action
occurs on browser
Common scripting languages are java
script, vb script

Request from client

Server Side scripting


Server side scripting is used to create
dynamic pages based a number of
conditions when user makes request to
server
Server executes server-side scripts to send
out a page
used to connect to the databases that
reside on the web server.

Continue..
Server

side scripting cant be


blocked by the user.
Response from a server-side
script is slower
The settings that belong to Web
server can be accessed using
Server side scripting

Thanks

for your patience


Keep smiling it casts
nothing .......

You might also like