Hi, I used setUrl method of api_component package like this: api_component.setUrl ('rendererEastPanel.rendererEast', 'http://www.oracle.com'); but did not render anything. But some pages are rendered successfully. What can be wrong? Thanks Vojto |
Hi Vojto, Great to hear from you. htmlRenderer uses an iFrame to render its content. For security reasons, it is possible to restrict a web site from appearing in an iFrame from a different origin. This is controlled by a parameter called X-Frame-Options in the web page. This is the error we receive in Formspider: Refused to display 'http://www.oracle.com/index.html' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. So some web sites like google.com, oracle.com will not show up in iFrames. Hope this helps. Kind Regards, |
Hi Vojto, You can use the Kind Regards, |