Hi there everyone.
I've had a thought - I want to use an ASP script to produce a string response that can be fed into a client browser and interpreted there. For example:
Obviously this won't work, but would someone please help me grab a response from an ASP script and put it in a normal HTML file (where it can be played about with and interpreted in different ways). I hope you understand this because I'm not sure I doCode:<script language="vbscript"> Whatever = "http://www.host.com/script.asp?variable=value" Document.write "The script returned "& Whatever &" as a response." </script>![]()




Reply With Quote