Well, it's just cosmetic, but if you add the following to your pages head --
Code:
<script type="text/javascript">
function load()
{ window.status"http://mydomain.com/image.jpg" }
</script>
And in the body tag --
Code:
<body onload="load()">
you'll get what you want in the status bar. Of course the "http://freespace.isp.com/content/images/image.jpg" address will still appear in the address bar.
|