Dynamic Web Site
A server-side dynamic web page is a web page whose construction is controlled by an application
server processing server-side scripts. In server-side scripting, parameters determine how the
assembly of every new web page proceeds, including the setting up of more client-side processing.
A client-side dynamic web page processes the web page using HTML scripting running in the browser
as it loads. JavaScript and other scripting languages determine the way the HTML in the received
page is parsed into the Document Object Model, or DOM, that represents the loaded web page. The same
client-side techniques can then dynamically update or change the DOM in the same way.
Dynamic websites contain Web pages that are generated in real-time. These pages include Web scripting
code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the
Web server and the resulting HTML is sent to the client's Web browser.