problem with iframe
Posted: Fri Mar 18, 2011 11:12 am
We have a wesbite for our organization, so I link our player and game stats from the iscore website via iframe. When I went to the stats today and entered my password, first I got a weird error message (that I failed to copy). After exiting and trying again, I got this message:
"Congratulations!
Your new team website has been created
Now go to the Options screen on your device and press the Export button to update your team's data
If you have any questions, email us directly at support@iscorecentral.com"
If I go directly to the iscore team site, it works fine. Has somethimng changed that would require me to change my iframe coding? I can try the export when I get home from work, but since the iscore site is working OK, I don't think that is the problem.
I am embedding the iscore site using the following code, where XXXXXXXX is my team name:
http://iscorebaseball.com/stats.php?t=XXXXXXXX" onclick="window.open(this.href);return false;
http://iscorebaseball.com/games.php?t=XXXXXXXX" onclick="window.open(this.href);return false;
"Congratulations!
Your new team website has been created
Now go to the Options screen on your device and press the Export button to update your team's data
If you have any questions, email us directly at support@iscorecentral.com"
If I go directly to the iscore team site, it works fine. Has somethimng changed that would require me to change my iframe coding? I can try the export when I get home from work, but since the iscore site is working OK, I don't think that is the problem.
I am embedding the iscore site using the following code, where XXXXXXXX is my team name:
http://iscorebaseball.com/stats.php?t=XXXXXXXX" onclick="window.open(this.href);return false;
http://iscorebaseball.com/games.php?t=XXXXXXXX" onclick="window.open(this.href);return false;