+ 3
Does anyone know how to display third party information in HTML5? (Ex. Espn scores on your website)
Looking for a way to pull real time baseball statistics to a website.
4 ответов
+ 10
<iframe>defines embedded content
google he help
+ 7
You should use <ifraime>
+ 1
what is <ifraime>?? do you have more info?
+ 1
If anyone has a sample code for how to do this without displaying an entire website I would appreciate it. I have created a code that will show the live score but it shows the entire page in the iframe. Has anyone used widgets to do this?