R
rembi
I am running a service (sourceforge.net/projects/statfink/ ) that
pulls and displays fantasy football statistics. One of the
limitations is that it only pulls stats for games that are active or
completed at the time a specific button on the server is selected.
This button calls a javascript function. I'm looking for a method to
select that button from an application started periodically through a
cron task. Any suggestions?
pulls and displays fantasy football statistics. One of the
limitations is that it only pulls stats for games that are active or
completed at the time a specific button on the server is selected.
This button calls a javascript function. I'm looking for a method to
select that button from an application started periodically through a
cron task. Any suggestions?