Here is the solution my co-worker came up with, which works very well! I hope others find it useful too.
Code:
<html>
<head>
<script>
var departments = {};
var departmentSel;
var awardSel;
var descriptionDiv;
function initForm()
{
// get a reference to our data table and remove it from the document
So a "text node" would be something like this:
document.getEle mentById('text to be printed')? I am really new to this javascript thing, sorry!
I have an array for each department that associates a list of awards for to that department. I don't know how to associate a description of the award to each award, and that is where I am stuck.
Here is my code this far; I did find it from the URL commented:...
Leave a comment: