ztheged
09-14-2002, 07:32 PM
Hi all!
I have a code that displays the user's IP address:
<%
'Code By Thomas Currie
'Thomas Currie Consulting Ltd
showip=request.servervariables("remote_addr")
Response.Write (showip)
%>
How can I make the IP address value appear inside a form's textbox??? :rolleyes:
The form is in a asp page, and I have tried it several ways. Perhaps with the value="..." field? But what variable should be called??
Thanks for the help :)
I have a code that displays the user's IP address:
<%
'Code By Thomas Currie
'Thomas Currie Consulting Ltd
showip=request.servervariables("remote_addr")
Response.Write (showip)
%>
How can I make the IP address value appear inside a form's textbox??? :rolleyes:
The form is in a asp page, and I have tried it several ways. Perhaps with the value="..." field? But what variable should be called??
Thanks for the help :)