I would like (without user interaction) to load a different page into a seperate page without user inteaction.
I have two frames, the left one has the login button which loads the login page on the one in the right.
If they login OK using the form on the right, then I want a command that tells the left hange frame to load a new page. (it is one with logout and thier user details).
The login form is a php for that then loads another php form that looks up the user in the MySQL db (this works fine).