Tanalis has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing a quick script to handle user logons and log offs, and would like to change the location of more than one frame on a web page when a logoff occurs (hence I can't just use HTML's TARGET flag. The page has a series of frames, most significant being menu and main, both of which need changing when a logout occurs.
Does anyone know of a quick way to achieve this? I'm already using CGI.pm - not that I can see any way to do this in the CPAN docs. This is the last obstacle I have before the script can be released - hence any help would be appreciated.
Cheers and thanks ..
--Foxcub
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Changing the location of a different frame with CGI
by dws (Chancellor) on Nov 30, 2002 at 18:08 UTC | |
by diotalevi (Canon) on Nov 30, 2002 at 18:51 UTC |