-4

I was wondering if it is possible, to load content from a website to another. In my case it is about to load the matches, from this website: http://csgolounge.com/ So the matches will automatically, show up on my page when there coming new matches. Is it possible? if yes how?

1 Answers1

2

Yes it is possible, if you pick your search options then click on search you will get a link in the url bar.

Then on your website just put that url into an iframe

<iframe src="http://csgolounge.com/result?&rdef_index%5B%5D=4753&rquality%5B%5D=0&rdef_index%5B%5D=4745&rquality%5B%5D=0"></iframe>

How to use iFrames

Dan
  • 96
  • 5