A report on Form (HTML) and Dynamic web page
Using server-side scripting to change the supplied page source between pages, adjusting the sequence or reload of the web pages or web content supplied to the browser. Server responses may be determined by such conditions as data in a posted HTML form, parameters in the URL, the type of browser being used, the passage of time, or a database or server state.
- Dynamic web pageThe de facto client-side scripting language for web sites is JavaScript.
- Form (HTML)5 related topics with Alpha
Web server
2 linksComputer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.
Computer software and underlying hardware that accepts requests via HTTP or its secure variant HTTPS.
A resource sent from a web server can be a preexisting file (static content) available to the web server, or it can be generated at the time of the request (dynamic content) by another program that communicates with the server software.
These capabilities, along with the multimedia features of NCSA's Mosaic browser (also able to manage HTML FORMs in order to send data to web server) highlighted the potential of web technology for publishing and distributed computing applications.
JavaScript
1 linksProgramming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
Programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
This meant that JScript became the de facto standard for client-side scripting on the Web.
Validating input values of a web form before the data is sent to a web server.
PHP
1 linksGeneral-purpose scripting language geared toward web development.
General-purpose scripting language geared toward web development.
He extended them to work with web forms and to communicate with databases, and called this implementation "Personal Home Page/Forms Interpreter" or PHP/FI.
PHP/FI could be used to build simple, dynamic web applications.
Hypertext Transfer Protocol
1 linksApplication layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems.
Application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems.
In HTTP/1.1 instead a TCP connection can be reused to make multiple resource requests (i.e. of HTML pages, frames, images, scripts, stylesheets, etc.).
Some web applications need to manage user sessions, so they implement states, or server side sessions, using for instance HTTP cookies or hidden variables within web forms.
Document Object Model
1 linksCross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document.
Cross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document.
Form, link and image elements could be referenced with a hierarchical name that began with the root document object.
This allows the creation of dynamic web pages, because within a page JavaScript can: