JavaDude32
Programmer
I have been having errors in writing custom html based on user selections due to the ASP <% %> content not being read correctly. I can't seem to mangle the quotes right, so how can I fix this?
<img src='<%=Application("WebAppVirtualRoot"
%>/Share/GWMProcessing.gif' border="2">
objId += ' <param name="FileName" value="<%=MapFileName%>">';
etc....
Any help would be apprechiated.
<img src='<%=Application("WebAppVirtualRoot"
objId += ' <param name="FileName" value="<%=MapFileName%>">';
etc....
Any help would be apprechiated.