I'm trying to track this puppy down. I have had no problems using php scripts on my server until now. I've tried doing a pop-up window within a script called via POST. Outside of the script, after everything is processed, I have...
<script language="javascript">
<!--
window.open('reports/report.php','newwindow',config='height=100, width=400, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no')
-->
</script>
Yet, when the window pops up, the browser prompts me to save the newly opened script (report.php). This is so whacked because I have no problems with php scripts running anywhere else. I've also tried to link it with a _BLANK call in the <a href> tag, and it does the same thing.
So, is this a php.ini problem, a webserver problem -- in this case apache, or an ID-10-T problem?
Thanks much for any and all help!