kevinkanif
10-25-2011, 06:21 PM
So I have done a bit of looking and every code that I try in my form never returns an IP address regardless of how many times I have tested it. I have included some code. The "business type" code works fine but I am struggling with the IP address part. Here is what i have in my form:
<td class="bodyText">Business (eg. corrugated) </td>
<td><input name="business" type="text" id="business" size="30">
<input type="hidden" name="hiddenField" id="IP Address" value="Request.ServerVariables("REMOTE_ADDR")
%>
</tr>
Thoughts or corrections welcome.
<td class="bodyText">Business (eg. corrugated) </td>
<td><input name="business" type="text" id="business" size="30">
<input type="hidden" name="hiddenField" id="IP Address" value="Request.ServerVariables("REMOTE_ADDR")
%>
</tr>
Thoughts or corrections welcome.