Keep on asking, I don't mind, though I can't answer until tomorrow morning now.

You can call on the variable names as you would a text box :
Code:
RESPONSE("Name1")
Well I would set up a textbox on the server / request page, then set it's value like this :
Code:
<INPUT type="Text" Name="TxtRequestPage1" Value=Response("Name1")>
I'm pretty sure this should do it.