Web Pages (Part 2)
*continued from previous post
Dynamic Web Pages
These are the interactive web site pages in a web site. Because web navigation requires interactive experience, dynamic pages are needed to meet the requirement. This is where the programming and some logical problem solving come in. The context of a dynamic web pages is that its contents can be changed, in response to the users activity. Scripting is the way to do this interactivity.
Scripting has two types: client-side scripting and server-side scripting. Client-side scripting is responsible for behaviors of interface within the page. Server-side scripting is responsible for the change or source reloads of pages supplied to the web browsers.