I'am making a mod for my site to intergrate WebWiz forums into frames. The navigation goes in the top frame.
Does some one knows how i can refresh the top frame after some action.
E.G. : In the navigation frame i click on login. The login page appears on my main frame. After logging in the default.asp is reloading and i.am in. Now i have to reload my top frame because there still the button that says log-in.
I have Tried to add the following code to the login_user.asp and the log_of_user.asp
<script language="javascript">top.location.reload(true);</scri pt> |
But it doesn't work.
Who can help me with this??? PLease!!