Hey,
can someone please tell me why the code below will not add a value to a hidden field, but it will output to screen:
<SCRIPT LANGUAGE="Javascript">
<!--
// Array of day names
var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday",
"Thursday","Friday","Saturday")...