Thanks! That helps, but I'm still a bit confused. The current scheme is that an ordinary HTML page with a form and a single input box, submits the "empno" value entry to another ASP page which returns employee info in a one-row table. The form will not work with GET, only POST, and inline params do not work either (obviously, the ASP page is not checking for Request.QueryString, only Request.Form).

There is no javascript or vbscript code in the form page, only plan HTML. How can I submit a request to the ASP page programmatically so that it thinks I'm submitting the "empno" form value from a real HTML form?
_________________________
silence is golden, but duct tape is silver