Thanks again, Kirk, for the response.
The PHP script composing the URL is mine. The receiving end is a third-party site. The POST data is actually working. My script calls another local script containing the form mentioned earlier. The script embedded form posts itself to the third-party site successfully. It is the transitional page (blank) containing the form that is my concern.
I am trying to control it so that it does not display the POST url it received from the first script in the address or location field of the browser interface. I suspect that this may not be something I can control from PHP, but instead have to attack from client javascript - not really sure.
Does this make sense? Thank you for sticking with me on my problem description.
"Help ME, help you ..." : )