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 <iframeif that makes a difference.
Thanks,
O
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 <iframeif that makes a difference.
Thanks,
O
Comment