refreshing 2 frames at once

A

Anonymous

Guest
Hey,

I have got a site with 3 frames. When you come to the site you have a login page in the left frame and i submit it to the same frame. But when i submit the data i also want to refresh the left frame to show the menu for that person. Does anyone know how to do this? I can refresh 2 frames with a hyperlink, but not when i am making a submit with php.

thank you
 
if it submits to it's self, assuming you put the logging in code at the top before all html, you can use the header() function perhaps?

Andrew
 
Back
Top