1) Script Title: Iframe SSI script II
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...iframessi2.htm
3) Describe problem:
I have recently added this invaluable script to my web site. I have however reached a point where i wish to incorporate an external web page.
I am fully aware that the script does not support external web sites. However i have thought about URL masking or page re-direction.
The 2 URL's in question are:
Internal/hosted page (containing the iframe code) domain:
http://idl.newport.ac.uk
External domain: http://mycommunity.newport.ac.uk/cs/...s/Default.aspx
1) The code currently on the host page looks like this (the url is linking to the external domain from the host page and will not work):
2) I do have the power to mask this external URL to look like the same domain as the hosting page. So the code will now look like this:Code:<iframe id="IDLBlog" src="http://mycommunity.newport.ac.uk/cs/blogs/idlnews/Default.aspx" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
Will masking the external url (1) disguise/hide (in the hosted page) the fact that it is hosted elsewhere? Will it work?Code:<iframe id="IDLBlog" src="http://idl.newport.ac.uk/idlnews" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
Thanks in advance guys!



Reply With Quote

Bookmarks