Aug172011

How can I load a website in a frame when its code prevents it?

Joe Mac asks:

Is it possible to load a website in a frame when that website has code which prevents it?


Tagged: , ,

Comments for this Question are closed.

If you are looking for help, please ask a new question here.

We will be happy to help you!

2 Answers -

0 votes

Jeffery Fabish

August 18, 2011

What is the website?

The function to prevent IFrame loading is most likely being done in Javascript, so by disabling Javascript you effectively bypass that function call. 

Joemaclaw

Are you familiar with the next button in Google Reader?  It loads the original page from the next RSS feed from Google Reader every time you click it.  I installed it in firefox, copied the link location, and wrote a script which continually reloads the page at set intervals.  The result is that complete pages (not the RSS feeds) scroll on my desktop.  This worked until recently, but now Google must have added code to prevent the page from being loaded in a frame.  Since my script is javascript, I cannot solve the problem by disabling it.

August 18, 2011
Jeffery Fabish

Google Reader API is publicly available, that would be a more stable alternative. 

August 18, 2011
0 votes

Tina

August 21, 2011

Joe,

did Jeffery’s suggestion work for you?