answersLogoWhite

0

You cannot. HTML is a static file and it cannot interact with a Java Servlet. A Servlet can always redirect to a HTML page but the other way round cannot happen.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why Is HTML synchronous?

HTML is synchronous because the base protocol, HTTP (Hypertext Transfer Protocol) does not maintain a connection with the server. This was because, at the time, no one could imagine wanting a protocol that kept state. Give that the protocol doesn't track the user, there'd be no way for HTML to by asynchronous.


How can save the HTML application from in online HTML code?

HTML Application could be recovered as HTML codes. Saving the page as HTML could give us an insight about the structure.


Can you give an example of a sentence using the word connection?

The scientist, after years of research, finally made the connection between humans and apes.


What is h1 as it relates to HTML codes?

h1 is header1 it is used to give heading,there h1 to h6 in html


How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.


Where can one find information about HTML colors?

There are a number of websites that give information about HTML colors. These include HTML Color Codes, Wikipedia, Color Scheme Designer and Color Hex.


How do you upload html webpage to domain?

To upload HTML webpage to domain , you have to purchase a server. Purchasing it will give you the authority to make it live.


What does HTML stand for give an example?

HTML stands for Hyper Text Markup Language. It is a scripting language that most of the webpages use.


A doubt for you in HTML you embedded flash file in HTML In flash file for button you must give link in same page?

reword this question.


Is it okay to give feet massage to your brother's wife?

No, as it is a flirting move so your brother might suspect there is a connection between you two!


How do you design a website using HTML?

You can design a HTML page using proper markup tags. Applying tags at proper places can give you appropriate results.


1991 ford escort radiator 1.8 liter engine--- what other vehicle will the radiator fit into?

This should give you some idea http://www.ineedaradiator.com/servlet/Categories


How did the Blue Ridge Mountains get their name?

This link will give you the information you need about your question.http://answers.Google.com/answers/threadview/id/717123.html


Can sleeping with wet hair give you arthritis?

No There is definitely no connection between the effects of wet hais and any form of arthritis. This idea probably comes from the old idea that there isa connection between rheumatism and cold damp conditions. which by the away don't have any bearing on arthritis either.


What is an HTML used for?

HTML - Hyper Text Markup Language is the main language of website coding. CSS is used as the style file of the HTML code. It can be inside the HTML or outside as a separate file but linked in the HTML via a code. PHP is mainly for webdeveloping... that means you can build webapplications which feature many interactions with the users.


Can someone make an HTML code where i can just put my file in and it to work please?

You have to give the complete file in order to make and HTML file. The file should be compatible with the code.


Can you give an Azure Flute to someone over WiFi connection?

No, you cannot give the Azure Flute to other people over Wi-Fi Connection.


Where can you buy foot cuffs?

Sometimes you by them on the computer. i will give you a link. .seeitbuyitloveit.com/restraints/r663.html


How you view the data in HTML format using servelets?

Servlets need to return something like a HTML or JSP page. They do the computation and based on the result give us the desired page.


How do you create servlet?

Step 1: Write the servlet.Follow along as we write the ServletSample servlet and give you tips for writing your own servlets.Step 2: Compile the servlet.Use Qshell to compile the sample servlet and your own servlets.Step 3: Package and deploy an applicationUse the WebSphere Development Studio Client to package compiled code into a Web module before you install it on the server and to create a deployment descriptor (web.xml) file. For more information, see the WebSphere Development Studio Client.Step 4:Test the servletRun the ServletSample to make sure it works.