Hi, I have an invisible field such as below:
<input name="fname" type="hidden" value="<%=request.form("fname"
%>">
The problem is when I preview through a browser the page will display nothing except for this: ">
My code looks right, yet it displays the qoute and end tag. Is there a way I can rewrite this so it is completely invisible? Thanks in advance to anyone who responds.
DanH
<input name="fname" type="hidden" value="<%=request.form("fname"
The problem is when I preview through a browser the page will display nothing except for this: ">
My code looks right, yet it displays the qoute and end tag. Is there a way I can rewrite this so it is completely invisible? Thanks in advance to anyone who responds.
DanH