iFrames

Do You Use iFrames

  • Yes

    Votes: 4 23.5%
  • No

    Votes: 13 76.5%

  • Total voters
    17

Smith6612

I ate all of the x10Pizza
Community Support
Messages
6,517
Reaction score
48
Points
48
No, I don't use them on my site. I can block iFrames with adblock anyways, as that's where many ads like to show up :p
 

N4rk0

New Member
Messages
26
Reaction score
0
Points
0
I use them in one page to show an other page from an other site
 

Mitch

New Member
Messages
908
Reaction score
0
Points
0
I have used them, but it is not so fantastic,
you can better use include with php
 
Last edited:

pretty puppet

New Member
Messages
17
Reaction score
0
Points
0
I used them when I first started designing (when I was about eleven or twelve... ergh) because they were the only way to make a website on express page... now I know better.

Now I really dislike them. When people use them, they tend to never display right, and you get too much content squished into a little box, which always requires excessive scrolling in one direction or another. Not to mention the technical problems and security issues. I'm just not a fan.
 

alexandgruntz

New Member
Messages
744
Reaction score
0
Points
0
My friend recently redesigned my website and he found one page where the code was so messy that he didn't bother cleaning it up and just put the original page in a iframe. :biggrin:
 
Messages
341
Reaction score
0
Points
0
I have used them, but it is not so fantastic,
you can better use include with php

Mitch Is Right. I Use The PHP Command

PHP:
<? include("filename.php") ?>

My Friend Just got Kicked Out Of Google, Because He iFramed A Diffrent Domain, And Googlebot Thought It Was A Virus
 
Last edited:

nakg0d

New Member
Messages
70
Reaction score
0
Points
0
I utilize a blend of php and javascript in almost everything I create nowadays. The only use for an iframe would be for an external advert.
 

Calipe

New Member
Messages
151
Reaction score
0
Points
0
Like everyone else said, PHP+CSS+Javascript is a way better way to design. Personally I view IFrames as unprofessional and kind of ugly to look at.
 

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
I use iFrames for menus.
I would use JavaScript, but it is fiddly and more browsers support iFrames than JavaScript.
For example, you have a 100 page website and you want the same menu in all of the pages. You edit the menu every day. So instead of strawling through loads of code, you use an iFrame. Much easier.
But no, I don't like iFrames in general, because I don't find them easy to use.
 

Dan

Active Member
Messages
1,258
Reaction score
0
Points
36
No I don't. They just go all wrong when I use them.
 
Messages
341
Reaction score
0
Points
0
I use iFrames for menus.
I would use JavaScript, but it is fiddly and more browsers support iFrames than JavaScript.
For example, you have a 100 page website and you want the same menu in all of the pages. You edit the menu every day. So instead of strawling through loads of code, you use an iFrame. Much easier.
But no, I don't like iFrames in general, because I don't find them easy to use.

Netscape, And Opra dont do iFrames
 
Top