Re: How to Hide browser status bar Message from client [message #170122 is a reply to message #170121] |
Mon, 11 October 2010 10:59 |
DG
Messages: 4 Registered: October 2010
Karma:
|
Junior Member |
|
|
On Oct 11, 3:48 pm, Geoff Berrow <blthe...@ckdog.co.uk> wrote:
> On Mon, 11 Oct 2010 02:14:50 -0700 (PDT), DG <cool.dipa...@gmail.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 fromwww.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 fromhttp://www.testdomain.com/index.phpand 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 RFDswww.4theweb.co.uk/rfdmaker
Hi,
Shall i use "ScriptAlias" Directive to map url http://www.testdomain.com/index.php
that must show as http://www.domain.com/index.php,please reply.....
|
|
|