Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can the data within an HTML form be refreshed automatically whenever there is a change in the database?

0
10 Posted

How can the data within an HTML form be refreshed automatically whenever there is a change in the database?

0
10

JSP is intended for dynamically generating pages. The generated pages can include wml, html, dhtml or whatever you want… When you have a generated page, JSP has already made its work. From this moment you have a page. If you want automatic refreshing, then this should be acomplished by the technology included in the generated page (JSP will tell only what to include in the page). The browser can not be loaded by extern factors. The browser is the one who fetches url’s since the http protocol is request-response based. If a server can reload a browser without its allow, it implies that we could be receiving pages which we haven’t asked for from servers. May you could use applets and a ServerSocket for receiving incoming signals from the server for changed data in the DB. This way you can load new information inside the applet or try to force a page reload. [That’s a nice idea — it could use the showDocument() call to reload the current page. It could also use HTTP polling instead of

0

I am using URLRewriting to pass sessionID from one page to other page. Can I hide sessionID from displaying in URL.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123