I have a form that submits user inputed information into an access database.. now I want to collect the IP address of each user too.. im using .asp with vbscript.. for the life of me i cant figure out how to assign the IP value to a text field.. any ideas?
im using request.serverVariables("LOCAL_ADDR") to get the IP and store it in a variable.. then I have been trying to assign this value to a hidden textfield but cant figure it out..
any help is much appreciated..
-qwik
Bernard Marx
12:49 am on Feb 4, 2005 (gmt 0)
This is pure ASP, isn't it? No client-side script needed.