Rexxx
MIS
- Oct 16, 2001
- 47
I am emailing a form but need to nest in an asp value.
The following line has a problem:
HTML = HTML & "<input type=""text"" name=""cname"" value=""<%=Request(""cname""
%>"" size=94 maxlength=100>"
Within code above the problem is with this piece:
value=""<%=Request(""cname""
%>""
For one, there is a nest within a nest. I think I need ampersands but don't know where. Can someone help?
The following line has a problem:
HTML = HTML & "<input type=""text"" name=""cname"" value=""<%=Request(""cname""
Within code above the problem is with this piece:
value=""<%=Request(""cname""
For one, there is a nest within a nest. I think I need ampersands but don't know where. Can someone help?