Forum Moderators: open
How do I make the returned IP address show up in a form field editable or not? the page is in asp
I moved your thread to the MS/ASP forum where someone can probably help you
<input name="IP" size="20" value="<%Response.Write(Request.ServerVariables("remote_addr"))%>">
-Corey