in reply to Re: The execution of my CGI opens a new navigator window
in thread The execution of my CGI opens a new navigator window

As far as I have checked, the window is oppened after this:
#!/usr/bin/perl -Tw use strict; use CGI qw(:all delete_all escapeHTML); $|++; exit;
I posted no code since I thought it would be a silly mistake or something that could be checked easily. If you want I could paste my entire CGI here...
Thank you in advance!

Replies are listed 'Best First'.
Re^3: The execution of my CGI opens a new navigator window
by marto (Cardinal) on Mar 06, 2008 at 16:34 UTC
    I find it strange that a window opens when you access this code via a web browser, I copied it verbatim and all I get is "Premature end of script headers: ofornes.pl" in my error_log file. To be honest, this came as absolutely no surprise. So rather than repeat myself, please read and understand my previous advice. Also check your browser configuration.

    Martin