Hi,
I have a page with 3 frames. A top banner frame, a left menu frame and a main content frame.
When a user logs in (through a form in the main frame), the validation is done in php by looking up a mysql db. If the user is allowed to login, I then want to refresh the menu frame with the correct menu options for that user. I have the menu code working correctly to display the allowable options, I just need to know how to refresh it.
Is it possible to reload/refresh a page in another frame using php, or would I have to load the main page and then refresh the menu using javascript?
Any help would be appreciated.
Thanks,
Rod