by DavidO
1 replies
  • WEB DESIGN
  • |
I want to integrate a fancy display box/slideshow from one site into another. I've tried the usual method of inserting the css/html of the part I want into my existing webpage but the coding is complex and I'm getting javascript conflicts.

So I'm thinking a much easier way is to simply keep the pages separate and display what I want from the other page in an iframe window.

I've used iframes before and they're very simple but I've never used them for critical info and I want to make sure all my visitors will see the iframe content.

Are iframes compatible with all major browsers?

Secondly, will an iframe slow down my page loading? (or, speed it up because the files are external?)
#iframe #viability
  • Profile picture of the author RyanAndrews
    It will speed up loading because iframes load in parallel with the main page. Support is almost universal, so I wouldn't worry about it.
    {{ DiscussionBoard.errors[3557439].message }}

Trending Topics