If you want to change content of another frame then he's a sample code:
window.parent.framerightmenu.window.location = "myfile.htm";
replace 'framerightmenu'
with real frame name which is defined in a <frameset> tag.
"CertifiChecks" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello everyone,
>
> Sorry for the simple question but I'm trying to learn a little more
> about PHP and just need a little help. I'm currently running PHP3 if
> that helps. I just need to reload the "main" frame on my site with a
> new page once the user has logged in. All the navigation and login are
> handled from a nav frame with PHP script that checks if the user is
> authenticated. I know I need to put the code in my if...else loop but
> I'm not sure what the code is.
>
> Thanks for any help!!
>
> MarcJ
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]