No. The info in the status bar at that time is seen because the browser is loading a page. The web developer can't control that.
The user's only alternative is to have his own server get the page and feed it to the browser. In other words with something like PHP's Curl, ASP.NET's HTTP Client, or ASP's Server XMLHTTP object. Basically the A.com site would have a server page that "scrapes" the other site's page. Keep in mind that many sites prohibit that type of action in their "terms of use" though so you need to check the TOS on B.com first before trying it.
There is no way to prevent it if you are getting the content from another site.
bol
Main Topics
Browse All Topics





by: ack154Posted on 2009-10-28 at 18:34:43ID: 25689925
Check this out:
/KB/script ing/jsstat us.aspx
http://www.codeproject.com
Should take care of it.