Posted by McGowan on 01/29/07 23:23
maybe I should have been clearer. I just need a line of code that will
automatically load a specific page in a specific frame.
I'm not sure what you mean by an echo()ed src attribute?
On Jan 29, 10:43 pm, Rik <luiheidsgoe...@hotmail.com> wrote:
> McGowan <Boome...@gmail.com> wrote:
> > the basic idea here is that I want a web page that is made up of
> > frames to redirect automatically to a frame depending on an if
> > statement...
>
> > if($1 == $2)
> > {
> > load url1.php in frame "main"
> > }else
> > {
> > load url2.php in frame "main"
> > }
> > The frame "main" is an <iframe> if that makes a difference.It all depends on where $1 & $2 are coming from. If it's server-side, a
> simple if statement and an echo()ed src attribute is all it takes.
>
> --
> Rik Wasmus
Navigation:
[Reply to this message]
|