My new.asp code like this.
<%
dim text1
text1 = "sample"
response.write "&txt=text1 "
response.write( "txt="&text 1)
response.urlenc ode("txt=&text1 ")
%>
I tried with all the above statements individually.

In flash two textfields and one button is there.
one dynamic text with instance name - n
one dynamic text...