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

Following corions advice I checked my index.html (where I call my CGI) and found the following in the head:
<base href="http://localhost/" target="_blank" />
This seems to be the problem. I don't know what this is doing here, maybe I did a copypaste from the CGI header output to my index page without knowledge V_v'
I am sorry for all the inconveniences I have created to you all and thank you very much.

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 20:41 UTC
    Given your poor description of the problem, I think the lesson here is to debug your HTML code before saying that "execution of my CGI opens a new navigator window", especially when the fist example you give us does not exhibit this behaviour. Check out firebug if you have not already done so.

    Martin