View Single Post
Old 11-11-2009, 12:17 PM   #207 (permalink)
fhomess
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 2,364
Thanked 54x in 25 posts
There's a few options to get it to display and what you choose depends on how your league site is generated. You could use a server side include (SSI) provided that your host is configured for them. If your league page is php based, you can include it with a php command.

e.g. SSI:
Code:
<!--#include virtual="/<relative_path>/widget.wgt" -->
e.g. PHP:
Code:
include("/<relative_path>/widget.wgt");
Javasript could also be used, but would be a fair amount more complicated.
__________________
StatsLab - SQL based utilities for Online Leagues
- Latest Patch: Patch #3
The Baseball Saga - My fictorical replay dynasty thread (HTML)
fhomess is offline   Reply With Quote