W
Wayne-I-M
Hi all
I can place a hidden text field on a form like this
<input type="hidden" name="Something" size="48" style="font-family: Arial;
font-size: 10pt" value="<% Response.Write strSomething %>"></font></td>
But is it possible to also hide a text area (I can't find anywhere to put
input type="hidden")
<textarea rows="10" name="SomethingElse" cols="66" style="font-family:
Arial; font-size: 10pt"><% Response.Write strSomethingElse
%></textarea></font></td>
Thanks
I can place a hidden text field on a form like this
<input type="hidden" name="Something" size="48" style="font-family: Arial;
font-size: 10pt" value="<% Response.Write strSomething %>"></font></td>
But is it possible to also hide a text area (I can't find anywhere to put
input type="hidden")
<textarea rows="10" name="SomethingElse" cols="66" style="font-family:
Arial; font-size: 10pt"><% Response.Write strSomethingElse
%></textarea></font></td>
Thanks