=head1 NAME
Package WebGUI::Operation::MLredirect
=head1 DESCRIPTION
Provides a mechanism to redirect pages from the WebGUI site to external sites.
The redirect will be logged in the server-logs
=head1 SYNOPSIS
<a href="#a=1&b=2&c=3&op=redirectUrl&redirectUrl=http://example.com?mySeo=12345" >Log this redirect</a>
=head1 INSTALL
- Put the script in your custom directory like /data/Custom/lib/WebGUI/Operation
- Copy Operation.pm to your custom directory like /data/Custom/lib/WebGUI/
- Add "redirectUrl" => "MLredirect" to "getOperations" in /data/Custom/lib/WebGUI/Operation.pm
(and integrate new versions to it)
=cut
#-------------------------------------------------------------------
=head2 www_redirectUrl
redirects the user to the specified page.
specified page has to be defined by "redirectUrl=http..."
=cut