JonathanG6SWJ
Programmer
I'm stuck again with my favourite command 'Response.Write'
My Code
<%
Dim txtA1Grade
txtA1Grade="Do Not Know"
Response.Write ("<input name=QA1 type=radio value=2 onClick=J(this.name,this.title) title=" & txtA1grade &">")
%>
Whilst I can test the length of txtA1Grade resulting in 11
chars my output stumbles when it hits the first space so I get "DO instead of "DO NOT KNOW".
Guess its something real obvious.
Thanks in advance
Jonathan
My Code
<%
Dim txtA1Grade
txtA1Grade="Do Not Know"
Response.Write ("<input name=QA1 type=radio value=2 onClick=J(this.name,this.title) title=" & txtA1grade &">")
%>
Whilst I can test the length of txtA1Grade resulting in 11
chars my output stumbles when it hits the first space so I get "DO instead of "DO NOT KNOW".
Guess its something real obvious.
Thanks in advance
Jonathan