H
Hermann W Ehlers
FP 03 adds the closing tag inside a link as if it is completing the link, but there is more to the link.
this is what FP shows even though the file contains the correct code with the "=" (when checked with Notepad:
<a href="mineral_edit.asp?mineralid><%=mineralid%>"><%=mineralid%></a>
should be:
<a href="mineral_edit.asp?mineralid=<%=mineralid%>"><%=mineralid%></a>
Does anyone know how to turn off the this feature?
running XPPro-SP2, Office03, FP03
Hermann
this is what FP shows even though the file contains the correct code with the "=" (when checked with Notepad:
<a href="mineral_edit.asp?mineralid><%=mineralid%>"><%=mineralid%></a>
should be:
<a href="mineral_edit.asp?mineralid=<%=mineralid%>"><%=mineralid%></a>
Does anyone know how to turn off the this feature?
running XPPro-SP2, Office03, FP03
Hermann