Scripts: server-side vs. client-side
•Server-side
–the first type possible on the Web
–action occurs at the server
•Client-side
–handles user interaction
–generally easier to implement
–may be prepared and implemented offline
–action occurs on the client side (browser)
–JavaScript is the most common example
•