I'm using a form that the user fills in and on submit the data is sent to a database.
I would like to be able to automatically record the username of the person (all on NT so this works) and then add this into the database as well...
I'm using <%username=request.servervariables("logon_user"
%>
... but how do I integrate this with the <form> on the page so that it send this information to the 'Person' field in the database?
Many Thanks,
Marcus
I would like to be able to automatically record the username of the person (all on NT so this works) and then add this into the database as well...
I'm using <%username=request.servervariables("logon_user"
... but how do I integrate this with the <form> on the page so that it send this information to the 'Person' field in the database?
Many Thanks,
Marcus