Page 1 of 1

php output without iframes

Posted: Sat Oct 09, 2004 1:04 pm
by potsed
http://www.evilwalrus.com/articles.php?aid=46

recent article on evilwalrus about using php in html pages ...

hmmm... interesting 8O

Posted: Sat Oct 09, 2004 3:21 pm
by twigletmac
That's an interesting approach to adding PHP content to non-PHP pages. Guessing it'll cause issues for non-JS browsers though.

Mac

Posted: Sat Oct 09, 2004 3:28 pm
by no_memories
That's an interesting approach to adding PHP content to non-PHP pages. Guessing it'll cause issues for non-JS browsers though.
Sure blows the idea about how this forum is run? Lots of js going on here :P

Come to think of it, I wonder how the none js crowd really get about on the Internet these days?

Posted: Sat Oct 09, 2004 3:30 pm
by twigletmac
Generally with text-to-speech readers, or there's the search engines as well... JS should enhance (like it does on this forum), not exclude.

Mac

Posted: Sun Oct 10, 2004 12:16 am
by m3mn0n
Nothing new to me, but interesting indeed.

Posted: Thu Oct 14, 2004 3:57 pm
by potsed
u could always add a noscript tag for those who dont have js.. beside ppl who switch off js should expect to have less functionality

Posted: Thu Oct 14, 2004 5:25 pm
by kettle_drum
Is it only me who has been doing this for css files for years?

Posted: Fri Oct 15, 2004 3:44 am
by phpScott
I've been doing the Iframe thing for a while and the one advantage that I can see of using that over his method is the ability to alter the parent page from the iframe without having to refresh the page but I do run into the non javascript issue some times.

but i can see where that method could be usefull especailly in creating any dynamic js from a db or somethin.

Posted: Fri Oct 15, 2004 7:38 am
by twigletmac
potsed wrote:u could always add a noscript tag for those who dont have js.. beside ppl who switch off js should expect to have less functionality
Certain disabled users and search engines are two definite groups that have not chosen to disable JS, it's simply inaccessible to them. The simple message is to provide an alternative, you then have the benefits of JS for those that can access it and the benefit of being able to access the information for those that can't.

Mac