Im trying to load a iframe around the citrix access gateway website, so we can link to the documenation. To my great joy the CAG webpage actualy prevents this and closes my iframe.
Does anyone have any idea on load some html so i can link to documenation on the citrix page?
Limitations:
1) You cannot edit the web page thats shown to the user from CAG server.
So you have to lead users in via gateway.mydomain.com and have this page then load both the text/documentation and cag website.
Html code used from iframe:
<frameset cols="100%" rows="*,110" frameborder="0" border="0" framespacing="0">
<frame src="https://sgsvg221cag.applysorco.no">
<frame src="http://desktop.sorco.no/InfoSorco.htm"></frameset>
<noframes>
seo links to content
</noframes>
The following code in the head section on the website prevents adding the page in an iframe:
This cannot be prevented (if the client has JS eabled).
Perhaps you can try to get the contents of the page using some backend code (e.g. PHP) and paste the contents in your own pages.