Marcus Dunkus
09-22-2005, 10:27 AM
is it OK to nest asp tags?
I'm doing this(below) but it doesn't like it:
<% if sold= "yes" then
Response.write"<td width='100' height='70' bgcolor=#<%=cellCol%>><img src='car/car_thumbnails/<%thumbnail%>' name='Image1' width='100' height='70' border='0' id='Image1'></a></td>"
end if
%>
If I can't nest the tags how do I include the variable <%=cellcol%> ?
thanks
M
I'm doing this(below) but it doesn't like it:
<% if sold= "yes" then
Response.write"<td width='100' height='70' bgcolor=#<%=cellCol%>><img src='car/car_thumbnails/<%thumbnail%>' name='Image1' width='100' height='70' border='0' id='Image1'></a></td>"
end if
%>
If I can't nest the tags how do I include the variable <%=cellcol%> ?
thanks
M