Skip to main content
Spelling, grammar and code indentation
Source Link
Dinesh
  • 6.5k
  • 10
  • 45
  • 77

3 buttons 3 onclick events

Hello all,

This might be a very basic question; believe me I found very hard to find the answer to this question on the internet. I have 3 HTML pages stored in my server (Tomcat locally) & i want to open these HTML pages on a button click. Any help would be highly appreciated. Thanks guys.

Here is my code...,

<!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Online Student Portal</title> </head> <body> <form action=""> <h2>Select Your Choice..</h2> <input type="button" value="Add Students"> <input type="button" value="Add Courses"> <input type="button" value="Student Payments"> </form> </body> </html> 

3 buttons 3 onclick events

Hello all,

This might be a very basic question; believe me I found very hard to find the answer to this question on the internet. I have 3 HTML pages stored in my server (Tomcat locally) & i want to open these HTML pages on a button click. Any help would be highly appreciated. Thanks guys.

Here is my code...

<!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Online Student Portal</title> </head> <body> <form action=""> <h2>Select Your Choice..</h2> <input type="button" value="Add Students"> <input type="button" value="Add Courses"> <input type="button" value="Student Payments"> </form> </body> </html> 

3 buttons 3 onclick events

This might be a very basic question; believe me I found very hard to find the answer to this question on the internet. I have 3 HTML pages stored in my server (Tomcat locally) & i want to open these HTML pages on a button click. Any help would be highly appreciated.

Here is my code,

<!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Online Student Portal</title> </head> <body> <form action=""> <h2>Select Your Choice..</h2> <input type="button" value="Add Students"> <input type="button" value="Add Courses"> <input type="button" value="Student Payments"> </form> </body> </html> 

3 buttons 3 onclick events

Hello all, this

This might be a very basic question,question; believe me iI found very hard to find the answer to this question on the internet. I have 3 htmlHTML pages stored in my server  (tomcatTomcat locally) & i want to open these htmlsHTML pages on a button click. Any help would be highly appreciated. ThankxThanks guys.

hereHere is my code...

<!DOCTYPE html> <html>  <head>  <meta charset="ISO-8859-1">  <title>Online Student Portal</title>  </head> <body>  <form action="">   <h2>Select Your Choice..</h2>   <input type="button" value="Add Students">   <input type="button" value="Add Courses">   <input type="button" value="Student Payments">  </form> </body> </html> 

3 buttons 3 onclick events

Hello all, this might be a very basic question, believe me i found very hard to find the answer to this question on internet. I have 3 html pages stored in my server(tomcat locally) & i want to open these htmls on button click. Any help would be highly appreciated. Thankx guys

here is my code...

<!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Online Student Portal</title> </head> <body> <form action=""> <h2>Select Your Choice..</h2> <input type="button" value="Add Students"> <input type="button" value="Add Courses"> <input type="button" value="Student Payments"> </form> </body> </html> 

3 buttons 3 onclick events

Hello all,

This might be a very basic question; believe me I found very hard to find the answer to this question on the internet. I have 3 HTML pages stored in my server  (Tomcat locally) & i want to open these HTML pages on a button click. Any help would be highly appreciated. Thanks guys.

Here is my code...

<!DOCTYPE html> <html>  <head>  <meta charset="ISO-8859-1">  <title>Online Student Portal</title>  </head> <body>  <form action="">   <h2>Select Your Choice..</h2>   <input type="button" value="Add Students">   <input type="button" value="Add Courses">   <input type="button" value="Student Payments">  </form> </body> </html> 
Post Reopened by Tushar Gupta - curioustushar, EdChum, Ferdinand.kraft, khr055, Musa

3 buttons 3 onclick events

Hello all, this might be a very basic question, believe me i found very hard to find the answer to this question on internet. I have 3 html pages stored in my server(tomcat locally) & i want to open these htmls on button click. Any help would be highly appreciated. Thankx guys

here is my code...

<!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Online Student Portal</title> </head> <body> <form action=""> <h2>Select Your Choice..</h2> <input type="button" value="Add Students"> <input type="button" value="Add Courses"> <input type="button" value="Student Payments"> </form> </body> </html> 

3 buttons 3 onclick events

Hello all, this might be a very basic question, believe me i found very hard to find the answer to this question on internet. I have 3 html pages stored in my server(tomcat locally) & i want to open these htmls on button click. Any help would be highly appreciated. Thankx guys

here is my code...

3 buttons 3 onclick events

Hello all, this might be a very basic question, believe me i found very hard to find the answer to this question on internet. I have 3 html pages stored in my server(tomcat locally) & i want to open these htmls on button click. Any help would be highly appreciated. Thankx guys

here is my code...

<!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Online Student Portal</title> </head> <body> <form action=""> <h2>Select Your Choice..</h2> <input type="button" value="Add Students"> <input type="button" value="Add Courses"> <input type="button" value="Student Payments"> </form> </body> </html> 
Post Closed as "Not suitable for this site" by Mr. Alien, Barmar, Leniel Maccaferri, CommunityBot, Rahul Tripathi
added 22 characters in body
Source Link
codezoner
  • 1.1k
  • 2
  • 14
  • 34
Loading
Source Link
codezoner
  • 1.1k
  • 2
  • 14
  • 34
Loading