Is there any alternate to iframe for loading 'external' web sites within another web page.
I was hoping there might be an extension that would work, but I could not find one.
Previously, iframe has worked well when loading 'internal' web pages within another web page.
Thank you.
Alternative to iframe
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Alternative to iframe
The only other alternative that I know that is used but a bit more complex is using ajax. Otherwise, I think iframe is still the best option assuming the other site you are loading in the iframe is allowed.
Did you see this:
https://www.wysiwygwebbuilder.com/iframeresizer.html
Did you see this:
https://www.wysiwygwebbuilder.com/iframeresizer.html
- BaconFries
-
- Posts: 5914
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Alternative to iframe
As an "Alternative" you can use embed <embed></embed>
https://developer.mozilla.org/en-US/doc ... ment/embed
or object <object></object>
https://developer.mozilla.org/en-US/doc ... ent/object
See the following:
https://stackoverflow.com/questions/870 ... with-html5
Issues with them is the content (the page site inside) size it will display scrollbars if contents is to large to fit as what iframes do.
https://developer.mozilla.org/en-US/doc ... ment/embed
or object <object></object>
https://developer.mozilla.org/en-US/doc ... ent/object
See the following:
https://stackoverflow.com/questions/870 ... with-html5
Issues with them is the content (the page site inside) size it will display scrollbars if contents is to large to fit as what iframes do.