Re: How to Hide browser status bar Message from client [message #170121 is a reply to message #170118] |
Mon, 11 October 2010 10:48 |
Geoff Berrow
Messages: 16 Registered: September 2010
Karma:
|
Junior Member |
|
|
On Mon, 11 Oct 2010 02:14:50 -0700 (PDT), DG <cool(dot)dipak83(at)gmail(dot)com>
wrote:
> <iframe src="http://www.testdomain.com/index.php" height="500px;"
> width="900px;"></iframe>
> </body>
> </html>
>
> when i call test.php from domain "www.domain.com" in the status bar i
> found " waiting/tranfering from www.testdoamin.com...." message,please
> guide me how can i hide this message from visitor,because we want our
> client never know the files are executing from testdomain.com.So
> please guide how can hide the message so that our client do not know
> that they are using testdomain.com, i tried to hide status bar using
> javascript and i failed,then i tried using url rewrite , i am unable
> to hide or alias the existing url with some other url.Please guide me
> how can i hide url OR alias the existing url with some other domain
> name so that visitors can see some dummy alias url in status bar
> whereas the site is executing from testdoamin.com..Please give
> solution..i am in great need..Please help
Write a script that gets the content from
http://www.testdomain.com/index.php and use that as the src of your
iframe.
--
Geoff Berrow (Put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs www.4theweb.co.uk/rfdmaker
|
|
|