writhe has asked for the wisdom of the Perl Monks concerning the following question:
if ($Config{'redirect'}) { print "Location: $Config{'redirect'}\n\n"; }
if ($Config{'redirect'}) { print "Window-target: _top\n"; print "Location: $Config{'redirect'}\n\n"; }
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to escape frames on form submission
by bbfu (Curate) on Jul 04, 2001 at 23:01 UTC | |
|
Re: How to escape frames on form submission
by voyager (Friar) on Jul 04, 2001 at 02:50 UTC | |
|
Re: How to escape frames on form submission
by BrentDax (Hermit) on Jul 16, 2001 at 09:46 UTC |