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 can't seem to get the InitVal of the field to be a variable though. Suggestions??? Is it even possible?
Something else on the same topic...
All the "<input type=text" values are written to and read from the dbase correctly.
My named 'textarea' values are indeed written to the database exactly like the Input fields, but those values are not read e.g. <% Response.Write objRS("Notes") %>
All the other input fields are. Why not this one?
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 can't seem to get the InitVal of the field to be a variable though. Suggestions??? Is it even possible?
Something else on the same topic...
All the "<input type=text" values are written to and read from the dbase correctly.
My named 'textarea' values are indeed written to the database exactly like the Input fields, but those values are not read e.g. <% Response.Write objRS("Notes") %>
All the other input fields are. Why not this one?