Ok so I have a form that is pulling in through a quearystring a value for a field. This is what I have for it:
This is the code to get the referer
<input type="text" value="<%=Location%>" size="20" name="Location" readonly />
What I need to modify this is basically say if location=nothing then show na
I just can't get it right.<