My form data is saved to a database.
Within the form is a table.
A named table cell <td> contains a JS document.write of today's date which is to be the time stamp.
Unfortunately I now realize that the contents of even 'named' cells aren't written to the dbase.
So I'm making a readonly text field whose init value is the 'variable' of today's date and time.
I cant seem to get the InitVal of the field to be a variable though. Suggestions??? Is it even possible?
Within the form is a table.
A named table cell <td> contains a JS document.write of today's date which is to be the time stamp.
Unfortunately I now realize that the contents of even 'named' cells aren't written to the dbase.
So I'm making a readonly text field whose init value is the 'variable' of today's date and time.
I cant seem to get the InitVal of the field to be a variable though. Suggestions??? Is it even possible?