it prints fine here and don't think there's another way to write it out. is taht the exact code you are using
eg:
<%
x = "hello world"
Response.Write(x)
%>
_____________________________________________________________________ Where have all my friends gone to????
well there you go
this
<input type=text name="carr" value= <% response.write(x) %> >
gives you this
<input type=text name="carr" value=hello world>
see the problem?
there seems to be some missing "'s
_____________________________________________________________________ Where have all my friends gone to????
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.