Results 1 to 4 of 4
Thread: java help
- 08-06-2011, 05:06 AM #1
Member
- Join Date
- Aug 2011
- Posts
- 2
- Rep Power
- 0
java help
can someone here help me with an assignment im stuck on D and E i have the layout of the table and everything
\2shared - download CIS1200DE_A4B_S11 .pdf
- 08-06-2011, 05:07 AM #2
Member
- Join Date
- Aug 2011
- Posts
- 2
- Rep Power
- 0
here is what i have so far
<html>
<head>
<script type="text/javascript">
function go_for_it() {
return false; //really important to have this
}
</script>
</head>
<body>
<h1>The Request</h1>
<form onsubmit="go_for_it()">
<table border="1">
<tr>
<td>Id</td>
<td><input type="text"/></td>
</tr>
<tr>
<td>Course Number</td>
<td><input type="text" /></td>
</tr>
<tr>
<td>Description</td>
<td><input type="text" /></td>
</tr>
<tr>
<td>Distance Education</td>
<td><center><input type="checkbox" /></center></td>
</tr>
<tr>
<td>Additional marks</td>
<td><input type="text" /></td>
</tr>
</table>
<br>
Number of courses <input type="text" value="0" /> Total Cost <input type="text" value="0" />
<br>
<br>
<font size=5>Reasons:</font> <input type="radio" name="group1" value="DoctorNote"> Doctor Note
<input type="radio" name="group1" value="LackOfWork" checked> Lack of Work
<input type="radio" name="group1" value="SomeCompassion"> Some Compassion
<br>
<br>
<input type="submit" value="Go for It"/><input type="reset" value="Clear and Reset"/> <select>
<option value="first time User">First Time User</option>
<option value="Frequent Flier">Frequent Flier</option>
<option value="Buying a Degree">Buying a Degree</option>
</select>
<h1>Summary of Your Request(s)</h1>
<textarea rows="5" cols="80"></textarea>
<h1>Danger Range</h1>
<textarea rows="5" cols="80"></textarea>
</form>
</body>
</html>
- 08-06-2011, 05:17 AM #3
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,068
- Blog Entries
- 3
- Rep Power
- 13
Java is to JavaScript as ham is to hamster.
Different languages entirely, I suggest you find a JavaScript forum.
-
This thread closed for being off-topic.
Bookmarks