G
Guest
Hello
First, I know frames are not exactly the best things to be using in an asp
application, but I had no other choice. My problem is that I now have
situations where one frame must update another. Is there a way to do this?
I have tried the following code:
string script = "javascript
arent.menu.location.reload(true);";
this.Page.RegisterStartupScript("reload", script);
but this does not work. Any suggestions?
First, I know frames are not exactly the best things to be using in an asp
application, but I had no other choice. My problem is that I now have
situations where one frame must update another. Is there a way to do this?
I have tried the following code:
string script = "javascript

this.Page.RegisterStartupScript("reload", script);
but this does not work. Any suggestions?