<Original message>
From: Ashwin Kutty <[EMAIL PROTECTED]>
Date: Thu, Aug 30, 2001 at 10:51:20PM -0300
Message-ID: <[EMAIL PROTECTED]>
Subject: [PHP] header() + link..
>
> Hi,
>
> Is there a simple way to hide the redirect url when using the header
> function? I would like for the script url or even the form url to remain,
> but not the redirected url.. Besides printing the page in the script
> itself, would there be any other way?
>
> Any help is appreciated..
>
> thanks..
</Original message>
<Reply>
There's actually no good way to achieve it in a different way. You
could include/require the new page, but that's actually what you
don't want (<quote>Besides printing the page in the script
itself</quote>).
But there is a different way to do it. It concerns the frame-layout,
though. 'Cause if you use frames, the URL of one of the frames will
not be shown in the location bar. But then you'll have to use
frames, which I don't know if you want.
One thing I can tell you though... of a page that's being shown, you
cannot hide the URL. Never.
</Reply>
--
* R&zE:
-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]