answersLogoWhite

0

There are several ways to use an HTML button to go to a web page. You can keep it simple. This example uses "page.jsp" in the same directory as your HTML page for your target location. You can use the following code:


User Avatar

Wiki User

10y ago

Still curious? Ask our experts.

Chat with our AI personalities

ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
More answers

The syntax to call a jsp from HTML is to apply an ON-CLICK. Inside the ON-CLICK you have to place the HREF to go to JSP page.

User Avatar

Wiki User

10y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is the syntax to call a jsp page from HTML button?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is it possible to use pure HTML to make an online game?

No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.No. HTML is not a programming language. All it is used for is to design the look and layout of a page. To get a page to actually do something requires programming languages of some description. So you could make a button with HTML, but to get something to happen when you click it requires something like Javascript.


Where can l flnd a HTML source for mlcrosoft's 404 code the offlclal one that says page not found because l want to recreate that page as a prank.?

Just find your way to that page, then click the view button in your browser, the source, or page source. All of that is the HTML code for that page.


What is the HTML code for enter?

Use <br /> for a new line. Use <p></p> for a new paragraph. or if you want to link to a website or another page you put <html> <body> <a href="the page or site you want to link">button text here</a> </body> </html>


Difference between HTML and dhtml - point wise?

Dynamic HTML is basically using HTML and some other things to enhance it, usually Javascript and Styles. All HTML really does is format your page. To get your page to do things, you need more than just plain HTML. The following code will create a button that you can click on and it will pop up a message. It uses Javascript. Copy and paste it or type it exactly as it is into your code and it will work.The onClick="alert('Hello');" piece is Javascript. Without it you would still have the button, but when it was clicked, it would not do anything. The Javascript makes your page come alive as it were. That is the idea of Dynamic HTML.


When to use buttons for forms design?

Buttons can be used in HTML for the interactiveness. <button> tag can be used for placing buttons on web page.