Hello all.
I am in CSCI 101 and right now we are working on a project involving javascript code. I am utterly confused and i do pay attention in class. This project is worth a lot of my grade, and i was wondering if anyone who was at least slightly familar with javascript could help me out?
It involves using javascript to make it so that when you enter hex into a form, then that color will change the background when you click submit.
And then, i am supposed to do it again, but with the color of the text on the page.
If anyone kind of knows what im talking about, could you send me a message and maybe just help me through the basic things i should know in order to do this? I dont want you to do it for me, i just want to know what im doing.
Um.... i guess if you help me out ill pay you for your time, just tell me what you want.
Oh and its due next monday i think? Again, i wish to UNDERSTAND what i'm doing. Not just be given a script...plus thats cheating.

These links should help you:
http://www.w3schools.com/HTMLDOM/dom_using.asp (Working with elements like text and the background)
http://www.w3schools.com/js/js_form_validation.asp (Make sure text in box is hex)
http://www.w3schools.com/js/js_events.asp (Button for changing color)
When in doubt, Google it!
-Nick