answersLogoWhite

0

Most of the time by some kind of backend technology, like PHP, ASP, or JSP. Perl is still around. Ruby's available. But dynamic pages normally require database connectivity to operate, and so you need a programmer and a language with more punch than HTML or Javascript.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When jsp executed which is sent to client?

When a JSP (JavaServer Pages) is executed, it is transformed into a servlet by the server. The servlet processes requests, generates HTML or other content, and sends the resulting output to the client. The client receives this output as a response, which can be rendered in a web browser. Therefore, the final output sent to the client is typically HTML, along with any dynamic content generated by the JSP.


What languages allow a webpage developer to include dynamic properties?

Webpage developers can use languages such as JavaScript, PHP, and Python to include dynamic properties. JavaScript operates on the client side, enabling real-time interactivity and manipulation of HTML and CSS. PHP and Python are commonly used on the server side to generate dynamic content that is sent to the client. These languages facilitate the creation of responsive and interactive web applications.


Difference between JSP and CGI programming?

JSP stands for JAVA SERVER PAGES, where as CGI stands for COMMON GATEWAY INTERFACE. In CGI, whenever a multiple requests of the same dynamic web page is made by the client to the server, a new process is cerated of the corrosponding CGI program, for each an every request generated as such.. this is not the case in JSP.. in JSP, when the first request is made for a dynamic web page..its corrosponding class file an hence the servlet is then cached in the memorey, and hence new threads are generated for the futher requests made, saving resources..


Is a webpage stored on a client?

no


What message does a client use to request a webpage?

To request a webpage from the server, an HTTP client sends the server a GET request.


What is a computer that requests data from a server?

Client.


What is a personal computer on a network that requests resources is called?

Client Computer


What do you call a computer on a network that requests files from another computer?

The computer on a network that requests from another computer is called the client.


What is an electronic component that requests resources from the server?

A client.


What are the roles of a client and server and how do they interact over the network?

A server waits for a request by a client. When the client sends the requests, the server answers to it. Examples are file servers, that listen to requests from clients wanting to save or retrieve files; print servers that wait for requests to print (and then print them); DHCP servers that wait for requests to provide IP addresses; etc.


What is a device that responds to requests from client applications called?

A device that responds to requests from client applications is commonly referred to as a "server." Servers process incoming requests, provide resources, and deliver services or data to client devices over a network. They can handle various types of requests, such as web pages, files, or applications, depending on their specific function and configuration.


Why do users sometimes prevent client-side dynamic HTML from being used?

Users prevent client side Dynamic HTML because it loses as soon as client disconnects. So most of the dynamic HTML is from the side of the Server.