Re: How to Hide browser status bar Message from client [message #170162 is a reply to message #170155] |
Wed, 13 October 2010 15:54 |
Twayne
Messages: 135 Registered: September 2010
Karma:
|
Senior Member |
|
|
In news:MYydna0_iqPdxijRnZ2dnUVZ_gKdnZ2d(at)posted(dot)internetamerica,
Gordon Burditt <gordon(at)hammy(dot)burditt(dot)org> typed:
>> I am using iframe with url of some other domain,the
>> snippet is as follows:
>>
>> name of the page is : test.php
>> domain : www.domain.com
>> url :
>> http://www.domain.com/test.php
>>
>> Here test.php page contains the following code
>>
>> <html>
>> <head>
>> </head>
>> <body>
>> <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
>
> I'd like to suggest that you're going to have a very hard
> time hiding the message from a visitor as long as you *are*
> transferring data from www.testdoamin.com, because that
> message shows up before you've even connected, which is
> before any URL rewrite or Javascript runs.
>
> The way out, as one poster has suggested, is to *NOT* ask
> the user's browser to transfer any data whatever from that
> domain.
Fear not, that's a self-fixing problem in a lot of cases. In my case, as
soon as I notice soemthing like that, the site goes to my "never visit"
list. Voila! Fixed! Many try that and other variations on it; few avoid my
"never visit" list, a section in my Hosts file. Just like with people, NO
web site is indispensible.
HTH,
Twayne`
|
|
|