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
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...#!/usr/bin/perl -Tw use strict; use CGI qw(:all delete_all escapeHTML); $|++; exit;
|
|---|
| 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 |