Question : Javascript and Dreamweaver 8 template problem

I am trying to update the look of a web form to match the University of Utah's new website template.  The old form still works.

http://www.rdms.utah.edu/asenate/Copy%20of%20get-involved-form-javascript.htm

The new form based on a Dreamweaver template does not, and I cannot figure it out.

http://www.rdms.utah.edu/asenate/get-involved-form-javascript.htm

Can someone please point me in the right direction to solve this?

The Javascript files are located in the same directory as the web forms.  I have attached the Javascript and related files.

I need to have this working by tomorrow, if at all possible.

Answer : Javascript and Dreamweaver 8 template problem

Okay, I see it.

In the old form, the function fillCollege is loaded in the body tag.  This is not the case in the new one.

Just add onload="fillCollege();" to the body tag...
Random Solutions  
 
programming4us programming4us