|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Jun 2010
Posts: 199
|
Automatic Updates for stats!
Not sure what to name this topic but here is my question.
The code listed below is what I currently have. I can't edit it for obvious reasons. I would like to find the MLB standings that update automatically but be able to edit the appearance of how it looks on my site. Do any of you programmers have any good ideas? HTML Code:
<script language="javascript" src=
"http://sny.stats.com/multisport/stats.js.asp?sport=mlb&type=standings&div=ALEast&lang=en"
type="text/javascript">
|
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
You're not linking to the script properly. Use this instead:
HTML Code:
<script type="text/javascript" src="myscript.js"></script>
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#3 |
|
Member (8 bit)
Join Date: Jun 2010
Posts: 199
|
All I am doing is spitting out the data to be displayed on my website through that script. But like I said, I would like to somehow change the appearance but get the same result to be displayed....
kinda like changing the team uniform but they still use it... |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|