Click to See Complete Forum and Search --> : refreshing a frame


jiser
03-09-2006, 05:45 AM
Hi all,

Simple question: How do you refresh another frame using php???

Thanks!!

Michael

jiser
03-09-2006, 06:25 AM
Never mind, I've found a way to avoid having frames (frames are evil)

Michael

SpectreReturns
03-09-2006, 09:52 PM
As a reply: you don't. You need to do clientside stuff with a language like JavaScript, because a serverside language, like PHP, can't do it.

jiser
03-10-2006, 07:58 AM
Thanks! So what you're saying is that when a visitor has Javascript turned off, a frame can't ever be refreshed using a code in another frame??

Good thing I've avoided those frames :)

LiLcRaZyFuZzY
03-10-2006, 08:10 AM
Thanks! So what you're saying is that when a visitor has Javascript turned off, a frame can't ever be refreshed using a code in another frame??

Good thing I've avoided those frames :)
right