Let's say you have a form.pl and you call it using form.html as an SSI. The form.pl loads as if it were form.html, but when you press submit it drags you over to the form.pl instead of the form.html. That means any errors or any data after you use a CGI form will be printed on a new page, right? Is there ANY way to keep it loading in the same HTML page using SSI?