I have an ASP which returns a page to the browser that has some of the same information typed into an input text field on the previous form.
Does anyone know how to extract the text that was returned to the browser? I need to set the value of a hidden input with it when the ASP page loads.
My problem is that the text returned by the ASP is not an object anymore, it's just text, so how do I reference something that's not an object? >
:O>
Does anyone know how to extract the text that was returned to the browser? I need to set the value of a hidden input with it when the ASP page loads.
My problem is that the text returned by the ASP is not an object anymore, it's just text, so how do I reference something that's not an object? >