reload the frame
-
i have 2 pages inside a frame, and my button is located inside btm.aspx .. is there a way to have the button inside btm.aspx refresh the top.aspx page ?
Not using ASP.NET. The frameset only exists in the browser. The server code can only affect the page that is currently created, and doesn't even have a way of telling if the page will be displayed in a frameset or not. You have to put javascript in the page that will refresh the other frame. --- b { font-weight: normal; }
-
Not using ASP.NET. The frameset only exists in the browser. The server code can only affect the page that is currently created, and doesn't even have a way of telling if the page will be displayed in a frameset or not. You have to put javascript in the page that will refresh the other frame. --- b { font-weight: normal; }
-
icic .. so what if my button already has code behind and i still want that button to do the refresh ... is it possible ?