Client Side Scripting and Server Side Scripting
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
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
Continue..
Server
Thanks