Question
Asked by:
iruntoo
iruntoo
Rating : No Rating
Questions Asked: 1
Tutorials Posted: 0
 

$20.00 JavaScript Web homework assignment

Q:
Looking for assistance on College web programming assignment using forms,javaScript. Must have a form that fills in employee,activity,time,date,comments into an array. Then display the summary of the array Catch Clientside only... for now (can use JAvaScript DHTML,XML,SVG)
 
Attachments:
train.txt (5K)


   
   
   
   
DoctorD asked: Hello iruntoo, I have experience with Javascript and forms creation. Do you have a specific problem you are trying to solve? Or do you just need general advice? DoctorD
To which iruntoo said: Hi, I think I have to up my bounty firstly. But I am stuck as to where to start, I need to have a form that will save Employee,Activity,hours,date and comment to an array. and have that array posted in a summary by employee.. This is all clientside in Javascript, DHTML, XML. I have started and could send you the files. Please let me know what I should set the bounty for thats equitable
 
Available Tutorials to this Question
Posted by:
DoctorD
DoctorD
Rating (9): A-
Questions Asked: 0
Tutorials Posted: 28, earned $420.43
 

$20.00 Javascript Employee Form and List

  • This tutorial was purchased 1 time and hasn't been rated yet.
  • Posted on Dec 08, 2008 at 6:59:06PM
A:
Preview: ... people[9] = ""; <br><br> people[10] = ""; <br><br> empcount = 1; <br><br><br> function checkform()<br><br> {<br><br> var ErrMsg = "";<br><br> var returnCode = true;<br><br> var focusField = null;<br><br> var employeeVal = document.getElementById("employee");<br><br> var activityVal = document.getElementById("activity");<br><br> var hoursVal = document.getElementById("hours");<br><br> var dateVal = document.getElementById("date");<br><br> var commentVal = document.getElementById("comment");<br><br><br><br> if(!employeeVal.value) <br><br> {<br><br> ErrMsg = ErrMsg + "Missing Employee Selection(s)\\n";<br><br> //focusField= document.trainingform.employee;<br><br> returnCode = false;<br><br> }<br><br> if(activityVal.value == "") <br><br> {<br><br> ErrMsg = ErrMsg + "Missing Activity Selection\\n";<br><br> returnCode = false;<br><br> }<br><br> if(!hoursVal.value) <br><br> {<br><br> ErrMsg = ErrMsg + "Missing Hour(s) Input\\n";<br><br> //focusField= document.trainingform.hours;<br><br> returnCode = false;<br><br> }<br><br> if(dateVal.value == "") <br><br> {<br><br> ErrMsg = ErrMsg + "Missing Date\\n";<br><br> returnCode = false;<br><br> }<br> if (ErrMsg.length > 0)<br> {<br><br> alert("Error: " + ErrMsg. ...

The full tutorial is about 1015 words long .
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty