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:

Code:
<script language="vbscript">
Whatever = "http://www.host.com/script.asp?variable=value"
Document.write "The script returned "& Whatever &" as a response."
</script>
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 do