Forum Moderators: coopster
- you'll need to mask the status bar message with javascript using onmouseover and onmouseout, setting window.status.
- as for the address bar, that's going to get harder to remove with the coming of IE7 and it's anti-phishing features.
As for making it have a different URL, possibilities are, depending on permissions on the servers and so
- read requested file from external server
- something with cURL
- a rewrite to an external server.