Forum Moderators: open
<%
response.write "Field value: " & x("fieldvalue") & "<br>"
%>
but now, the script wont render that properly unless i revise it as follows:
Field value: <% =x("fieldvalue") %><br>
Weird....I've never had to do this before....
And to make matters worse, as mentioned above, the <% =x("fieldvalue") %> yields nothing even though the field DOES contain a string. Numeric values (like the ID) seem to not have this problem.
Any ideas? Anybody? PLeez?