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

ofornes,

You have not posted any code, so it is going to be very difficult for anyone to tell you where the problem is. Please read How do I post a question effectively? and the PerlMonks FAQ if you have not already done so. Please supply an example of your code that exhibits this behaviour.

Martin
  • Comment on Re: The execution of my CGI opens a new navigator window

Replies are listed 'Best First'.
Re^2: The execution of my CGI opens a new navigator window
by ofornes (Novice) on Mar 06, 2008 at 16:16 UTC
    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!
      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