That easy solution is not so easy for me.  This portal system is PHP-Nuke.
There's different themes, pages, etc.  It would take me 3 weeks to find and
edit all the links in a 2000 file directory.

I just need to be able to do this from the called module itself, and that
would take care of all the pages/themes in one shot.



-----Original Message-----
From: Jeffrey B.Ferland [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 30, 2002 12:02 PM
To: Troy May
Subject: Re: [PHP] Redirect opening in a new window


On Saturday 30 November 2002 02:55 pm, you wrote:
> Hello,
>
> I'm playing with a portal system now and I need to edit a module to
> redirect to another site/page.  I have done this with a header()
> redirection, but it takes the current window.
>
> How can I do this and have it open a new window for the redirect?

<a href="/link.htm" target="_blank">Displayed Link</a>


-Jeff
SIG: HUP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to