its annoying me i have a dynamic textbox on stage called namevars and then on frame 1 i have a script loadVariables(“names.asp”,"")
the asp page looks like this
<%
namevars = “lalalala”
%>
when i test this on my webhost asp nothing appears in the textbox y?