Results 1 to 3 of 3
Thread: LF: Homework help with Java
- 10-17-2008, 12:41 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 1
- Rep Power
- 0
LF: Homework help with Java
Hello,
I am in need of some help with my homework for my website development course.
I am missing a little bit of code for the whole thing to be functional.
This is the assignment: http**://g-monkey.info/misc/school/concordia/Fall%202008/Comp/Assignment%2002B.pdf
(Just remove the two "**" after HTTP for the thing to work
This is what I managed to write for now:
<HTML>
<HEAD>
<TITLE>Checkbox Test</TITLE>
<SCRIPT LANGUAGE="JavaScript">
function placeorder (form){
MISSING CODE
}
</SCRIPT>
</BODY>
<FORM NAME="orderform">
<INPUT TYPE="checkbox" NAME="check1" Value="Check1">Introduction to HTML - $29.95<BR>
<INPUT TYPE="checkbox" NAME="check2" Value="Check2">Introduction to Javascript - $39.95<BR>
<INPUT TYPE="checkbox" NAME="check3" Value="Check3">Introduction to Actionscript - $49.95<BR>
<BR>
<INPUT TYPE="button" NAME="button" Value="Place Order now"
onClick="placeorder(this.form)">
</FORM>
</BODY>
</HTML>
- 10-17-2008, 01:58 AM #2
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 13
I haven't been around these forums much, but I'm pretty sure they don't handle Javascript here. You should first figure out the difference between Javascript and Java, then find the correct place for help.
- 10-17-2008, 06:00 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 26
Yes this is a Java forum, not a JavaScript forum. There is a big difference. So please ask your question on a JavaScript forum.
Similar Threads
-
Need help with homework.
By JavaNewbie0000 in forum New To JavaReplies: 2Last Post: 07-31-2008, 03:06 PM -
Some input on a homework
By alcohole4life in forum New To JavaReplies: 1Last Post: 05-23-2008, 04:18 PM -
I need help with my java servlet homework(add,edit and delete)
By jellyfish888 in forum Java ServletReplies: 3Last Post: 12-26-2007, 06:42 AM -
I need help with my java servlet homework(average)
By jellyfish888 in forum Java ServletReplies: 2Last Post: 12-23-2007, 09:57 PM -
Help with my java servlet homework
By jellyfish888 in forum Java ServletReplies: 2Last Post: 12-21-2007, 05:41 PM
Bookmarks