Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
361 views

Differences Between Client-Side and Server-Side Scripting

This document discusses the differences between client-side and server-side scripting. Client-side scripting involves scripts running directly in the user's browser using languages like JavaScript. Server-side scripting involves scripts running on the web server to generate dynamic HTML pages that are then sent to the client browser, allowing for customization based on the user's data and requirements. Some key differences are that client-side scripting processing occurs on the user's computer while server-side scripting processing is done on the web server.

Uploaded by

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

Differences Between Client-Side and Server-Side Scripting

This document discusses the differences between client-side and server-side scripting. Client-side scripting involves scripts running directly in the user's browser using languages like JavaScript. Server-side scripting involves scripts running on the web server to generate dynamic HTML pages that are then sent to the client browser, allowing for customization based on the user's data and requirements. Some key differences are that client-side scripting processing occurs on the user's computer while server-side scripting processing is done on the web server.

Uploaded by

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

1:ClientsideScriptingFeatures

TableofContents
A. Introduction
B. ClientsideScripting
Environment(Browsersand
Editors)
C. CharacteristicsofInterpreted
Languages
D. Differencesbetween
ClientsideandServerside
Scripting
1. ToolsforProducingand
RunningScripts
2. OnlineDatabase
Accessibility
E. Typesofscriptinglanguages
F. MethodsUsedtoImplement
ClientsideScripts

DifferencesbetweenClientsideand
ServersideScripting
ClientsideEnvironment
Theclientsideenvironmentusedtorunscriptsisusuallya
browser.Theprocessingtakesplaceontheenduserscomputer.
Thesourcecodeistransferredfromthewebservertotheusers
computerovertheinternetandrundirectlyinthebrowser.
Thescriptinglanguageneedstobeenabledontheclient
computer.Sometimesifauserisconsciousofsecurityrisks
theymayswitchthescriptingfacilityoff.Whenthisisthecase
amessageusuallypopsuptoalerttheuserwhenscriptis
attemptingtorun.
ServersideEnvironment
Theserversideenvironmentthatrunsascriptinglanguageis
awebserver.Auser'srequestisfulfilledbyrunningascript
directlyonthewebservertogeneratedynamicHTMLpages.
ThisHTMListhensenttotheclientbrowser.Itisusuallyused
toprovideinteractivewebsitesthatinterfacetodatabasesor
otherdatastoresontheserver.
Thisisdifferentfromclientsidescriptingwherescriptsarerun
bytheviewingwebbrowser,usuallyinJavaScript.Theprimary
advantagetoserversidescriptingistheabilitytohighly
customizetheresponsebasedontheuser'srequirements,
accessrights,orqueriesintodatastores.
Next:ToolsforProducingandRunningScripts

F1VW34:ClientSideScriptingforWebApplications(c)
2007SQA

You might also like