Hi, I'm making a game in php, but the problem I'm dealing with now, can't be done in php...
The page has multiple frames, on the left side there is the frame with the buttons, like login, register and so on.
When you log in, a script will be run in the mainFrame to log you in with a cookie.
If the cookie is created, the left frame will show different buttons, like store, messages, and so on, but this only happens when the leftFrame is refreshed.
Is there a javascript for refreshing other frames?? So I can put it into the mainFrame.