[PHP] HOW TO: Reload a frame with a different URL?

2001-06-27 Thread CertifiChecks
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

Re: [PHP] HOW TO: Reload a frame with a different URL? [LONG]

2001-06-27 Thread Richard Lynch
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

Re: [PHP] HOW TO: Reload a frame with a different URL?

2001-06-27 Thread elias
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

Re: [PHP] HOW TO: Reload a frame with a different URL? [LONG]

2001-06-27 Thread Marc Johnson
Richard, Thanks for the reply. However, it's not what I was looking for. :) I already have all the login and password stuff. What I'm trying to do is reload a different frame with a new html document once the user logs in. Thanks again, MarcJ In article

Re: [PHP] HOW TO: Reload a frame with a different URL?

2001-06-27 Thread Marc Johnson
Elias, This is what I'm looking for (I think). Just a quick question though. Does the frameset tag have to be in the same php page that this line of code is contained in? The reason I ask is because no matter where I put this line of code (with the needed modification, my frameset is