>>>>> "IG" == Issac Goldstand <[EMAIL PROTECTED]> writes:
IG> Even better - if you really want it to point to the mod_perl site, you can IG> just make a "redirect" page for the CPAN site with a META IG> HTTP_EQUIV="Refresh" tag and a text link to the mod_perl site... If you set IG> the time to 0, it ought to be pretty transparent... Here's my favorite "redirector" html document. Does the right thin if you have javascript (replaces the current page without history of the redirecting page, refreshes the current page with another if you don't have javascript, and if your browser is really that old that refresh doesn't work, it gives you a link to the real page. <!-- redirector page --> <HTML> <HEAD> <SCRIPT language="JavaScript1.1"> <!-- location.replace("/"); //--> </SCRIPT> <NOSCRIPT> <META http-equiv="Refresh" content="0;URL=/"> </NOSCRIPT> </HEAD> <BODY> <h1>Redirect Page</H1> <hr> <A href="/">Click here for the real page</A> </BODY> </HTML> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]