RE: World Cup Live 2006
I tried that, but it doesn't seem to work for the website I am using...
mid = "3034908";
var url = "http://footymadwc.sportbox.tv/football/matchcentre/matchcentre.php?id=" + mid;
I changed it to:
var url = "http://footymadwc.sportbox.tv/football/matchcentre/matchcentre.php?id=" + mid + "?refresh="+Math.random();
couldn't get anything out of it. Did I do anything wrong?
|