This is working fine as it is but how can a frame target be specified? I am new to PHP:
[tt]<?
function process_form() {
global $referer;
}
if ($referer >= ' {
$new_url = 'header("Location: $new_url"
} else {
?>
rest of the HTML is here
}[/tt]
The URLs shown are only for reference. Is it possible to target a particular frame and if so, how do I do it here? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)
[tt]<?
function process_form() {
global $referer;
}
if ($referer >= ' {
$new_url = 'header("Location: $new_url"
} else {
?>
rest of the HTML is here
}[/tt]
The URLs shown are only for reference. Is it possible to target a particular frame and if so, how do I do it here? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)