0

I need to is possible to capture some url with javascript but not page where are you so just other url...

Etc. You are on infoinfo.com and here you need to show as a photo something from booking.com so is there a way to capture screen while you are not on the site you want to capture?

Aleks Per
  • 1,549
  • 7
  • 33
  • 68
  • Possible duplicate of [Capture screenshot of iframe - html2canvas not working](http://stackoverflow.com/questions/27108487/capture-screenshot-of-iframe-html2canvas-not-working) – Andy Ray Jul 02 '16 at 00:39

2 Answers2

1

You'll have to use a screenshot service such as Thumbalizr, Browshot or Url2Png.

Julien
  • 5,729
  • 4
  • 37
  • 60
  • Yes thats I need but I need to build it myself... What is tehnlogy behind this services? – Aleks Per Jul 02 '16 at 07:35
  • it depends on the service. Some use IE on Windows (!), other uses Firefox, Chromium Embedded Framework, PhantomJS, etc. – Julien Feb 16 '17 at 23:26
0

Not in the browser, no. iFrames don't show up in page screenshots. Otherwise you could open someone's bank website in an iFrame and capture the data in an image.

Andy Ray
  • 30,372
  • 14
  • 101
  • 138