| I've downloaded a webpage and everything seemed ok except that the images
aren't showing up. I checked the folder and it contained 1 kb images only. I
converted one of the images into a text file like what has been suggested and
it turned up like this....
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript">alert("404 - File Not
Found!nhttp://free.hostultra.com/~alicia/hs/images/10thfloor.jpg could not
be
found!"); top.location.href=http://www.hostultra.com/uhoh.html;</script>>;
<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;
function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}
function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
</script>
This site is only a temporary mirror to another site which is about to be
closed. :( I checked the url and it seems to be ok. So if anyone out there can
help me out please share your knowledge. :)
THANKS
| |