Difference between revisions of "Web page"
From Internet User Guide
(→Static webpages and dynamic webpages) |
(→Static webpages and dynamic webpages) |
||
Line 10: | Line 10: | ||
A [[dynamic webpage]] is one that changes or is customized automatically, through the action of a [[scripting language]]. The script may act either client-side or server-side: | A [[dynamic webpage]] is one that changes or is customized automatically, through the action of a [[scripting language]]. The script may act either client-side or server-side: | ||
− | *Client-side scripting is embedded within the web page, and acts on the user's [[User Interface|computer interface]] when the webpage is read by the [[web browser]] | + | *Client-side scripting is embedded within the web page, and acts on the user's [[User Interface|computer interface]] when the webpage is read by the client's [[web browser]] |
*Server-side scripting acts on the [[web server]] to modify or reconstruct the webpage automatically each time the page is requested, and the modified or reconstructed page is then sent to the user's [[web browser]] | *Server-side scripting acts on the [[web server]] to modify or reconstruct the webpage automatically each time the page is requested, and the modified or reconstructed page is then sent to the user's [[web browser]] | ||