Maddening problem here.
When my page loads: <body onload="getClientDateTime();">
It runs this function: document.getElementById('ClientDateTime').value="hello world";
Which theoretically should insert "hello world" into a hidden field: <INPUT TYPE="hidden" name="ClientDateTime" id="ClientDateTime" value="">
But she no worky.
If I change the field to type "text" then it works like it should but not as a "hidden". Please help!