| Date, time |
Game # |
GameID |
Matchup |
|
| 2/22/2012 13:00:00 |
1 |
1576 |
Softball Challengers (TESTING) at Softball Flyers (TESTING) |
 |
If you want to link to one of these games and have it displayed on your homepage, the easiest way is to include an iframe in your page:
<iframe src="http://www.easyscore.com/live/inprogress.aspx?GameID=xxx" width="1020" height="840" />
Alternatively, you can embed a link, that opens the live gamecast in a separate popup window, as applied on this page:
<a title="launch game" onclick="var w=window.open(this.href,'pop_gamecenter','width=1020,height=840,resizable=1,scrollbars=1');return false;" href="http://www.easyscore.com/live/inprogress.aspx?GameID=xxx">Live</a>
Replace xxx with the number in the third column called "GameID".