Can you convert the following code to java?
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Tracker Driver - New Course</title>
</head>
<body>
<div align="center">
<h2>Add New Course</h2>
<form action="http://localhost:8080/WebTrackerDriver/AddCourse"
method="post">
<table width="200" border="1">
<tr>
<td><label>Course
Code</label></td>
<td><input name="coursecode" type="text"
/></td>
</tr>
<tr>
<td><label>Course
No</label></td>
<td><input name="courseno" type="text"
/></td>
</tr>
<tr>
<td><label>Course
Name</label></td>
<td><input name="name" type="text"
/></td>
</tr>
<tr>
<td><label>Professor
Name</label></td>
<td><input name="profname" type="text"
/></td>
</tr>
<tr>
<td><label>Start
Date</label></td>
<td><input name="sdate" type="text"
/></td>
</tr>
<tr>
<td><label>End
Date</label></td>
<td><input name="edate" type="text"
/></td>
</tr>
<tr>
<td colspan="2"> <input name="add" type="submit"
value="Add Course" /></td>
</tr>
</table>
</form>
</div>
</body>
</html>
Can you convert the following code to java? Tracker Dri
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Can you convert the following code to java? Tracker Dri
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!