Cs and Ss Script
Cs and Ss Script
vs. Client-Side
Scripting Languages
What are they and what are their differences?
What is server-
side scripting?
Server-side scripting is a method of
programming for the web that runs
software on the server rather than
the browser or installed plugins to
create dynamic web pages.
<%
response.write("Hello World!")%>
</body>
</html>
More server-side scripting
languages
Usually, JavaScript code starts with Files are first sent to the user’s
the tag <script computer by the web server which
language="JavaScript"> and ends executes the script and displays the
with the tag </script>. document.
If the user’s browser is out of date, the website will not display
properly.
Not secure because anyone can look at the code in the page source
Some browsers will disable the active content and tell the user they
may be harmful.
Client-side scripting language
VBScript is a programming
language that can manipulate the
document objects and the browser
So how to know which to use?
http://www.serverschool.com
http://en.wikipedia.org/wiki/JavaScript
http://opensourcetutorials.com/Design-And-Layout/Usability/web-
widgets
http://htmlhelp.com/reference/html40/special/script.html
References
http://astahost.com/info.php/serverside-clientside_t16081.html
http://exforsys.com/tutorials/client-server/server-side-scripting.html
http://www.ehow.co.uk/how_8426161_remove-client-side-
scripting.html
http://www.webdesignerdepot.com/2009/11/coding-a-web-design-
for-speed-and-quality/
http://www.google.com/imgres?imgurl=http://nas.uhcl.edu/yang/
research/webdevelopmentcourse/clientSideScripting.gif&
http://rentacomputertoday.com/tag/computer-hackers/
http://www.w3schools.com/asp/showasp.asp?filename=demo_text
http://whatismyipaddress.ricmedia.com/help/JavaScript/about/