
June 21st, 2000, 08:56 AM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Dear,
thank you for your help but it doesn't work me the procedure it continues loading in one it not pages wanted, I need that it loads in a frame I specify.
sub redirect_visitor {
print "Window-target: frame_name_heren";
print "Location: $urlnn";
}
the frame page already exists, but window-target: frame_name doesn't work.
Thanks.!!
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by freebsd:
>>but need load in a specific frame in a page
I assume your frame page already exists, try this...
sub redirect_visitor {
print "Window-target: frame_name_heren";
print "Location: $urlnn";
}
[/quote]
|