Maximus007
Technical User
I have a form that that has a user name and I would like it to capture the user's logon. Now I understand that I have to use the following code , but it came up blank? Could any one tell me what is this happening? Am I suppose to do something else?
<input type="text" name="Cae_Name" size="20" value="<%=Request.ServerVariables("LOGON_USER")%>"></SPAN></span></p>
<p align="left"><span style="vertical-align: middle">
Thanks
<input type="text" name="Cae_Name" size="20" value="<%=Request.ServerVariables("LOGON_USER")%>"></SPAN></span></p>
<p align="left"><span style="vertical-align: middle">
Thanks