Yes, it is launched by a script, so I don't know the URL of the page. Its similar to this <a href="javascript:CNN_openPopup('/interactive/weather/0301/arctic.air/frameset.exclude.html','620x430','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=620,height=430')">Why is it so cold?</a> That of course doesn't work from here, the Java function is not here. Go to http:\\
and look for Why is it so cold? under More top stories, near the top.
This is the cached page:
<script language="javascript">
// ¿À¸¥ÂÊ ¸¶¿ì½º ¹öư »ç¿ë¸øÇÏ°Ô Çϱâ
function mousedown_handler(e) {
// IE ÀÎ °æ¿ì
if (navigator.userAgent.indexOf("MSIE"

!= -1) {
if (window.event.button == 2)
alert("¿À¸¥ÂÊ ¹öưÀº »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù"

window.event.returnValue = false;
}
// Netscape ÀÎ °æ¿ì
else if (navigator.userAgent.indexOf ("Mozilla"

!= -1) {
if (e.which == 3)
alert("¿À¸¥ÂÊ ¹öưÀº »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù"

return false;
}
}
</script>
<html>
<HEAD>
<TITLE>GAMEMAX VOD</TITLE>
</HEAD>
<body onload="document.form1.submit()">
<form name="form1" Action="
method="get">
<input type="hidden" name="num" value="304">
<input type="hidden" name="round" value="4°">
<input type="hidden" name="gamecode" value="sc">
</form>
</body>
What I think this does, is on load, it sends these three values to ASP, and then ASP returns the URL of the streaming video. That is what I am after, the URL, not so I can steal it, but so I can watch it as it streams too slow to see. And also, I am interested. I know that information is in my computer, I want to know how to get it. ^^
I"ll try HTTTrack, but I assume you have to put in a URL for it to work, which I don't have.
Any help is always appriciated.