Jump to content

Iframe Code Embedding

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Divya

Divya

    Learning Programmer

  • Members
  • PipPipPip
  • 33 posts
Please check out the following iframe link.
<iframe src="http://free.scorespro.com/soccer.php?style=FF020E,F4F4F4,000066,FFFFFF,
B9B9B9,FFFFFF,000000,F4F4F4,FFFFFF,tahoma,8,468" frameborder="0" height="3000" 
scrolling="No" width="468" marginheight="0" marginwidth="0"></iframe>

I want to use this link in my web page.Is it possible to edit the contents and remove the ads from this iframe link?

Note:i dont have server access to the above mentioned webpage.

Edited by Jaan, 27 July 2009 - 03:06 AM.
Please use code tags when you are posting your codes!


#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You could add some javascript to do that, but only if the iframe has consistent content. It seems like you're trying to steal someone else's work and present it as your own, however.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Divya

Divya

    Learning Programmer

  • Members
  • PipPipPip
  • 33 posts
Hey not like that..just view the following link..
Scores Pro - Livescore
The iframe can be used by anyone.I just wanted to remove the advertisement.Is it possible?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
That's how they pay for their content. As I said, you can use JavaScript in your site to remove the HTML elements for their ads, but it may not be trivial.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog