|
 |
aspdotnet_website_programming thread: Frameset reloading and redirecting?
Message #1 by "Phillip Urrea" <phillipurrea@h...> on Fri, 07 Mar 2003 10:30:24 +0000
|
|
Hi all,
I have a grid in a frame on my page and a number of buttons in another frame
on the page. If the user clicks say a "remove" button I want to update the
data set that the grid is bound to and show the results. The problem is I
can't seem to be able to get the other frame to reload. Also if I process a
Redirect to move the user to a different page, only the frame in which the
page that caused the redirect changes. Is there a programmatic way of
specifying the target frame of the redirect such as
Response.Redirect(myurl, "_top"); ???
Thanks,
Phillip
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
Message #2 by "Davide Fanciola" <d.fanciola@b...> on Sat, 8 Mar 2003 18:35:20
|
|
Hi,
try using javascript onclick event and window.frames object.
Hope this helps.
Davide
---------------------------------------------------------------------------
> Hi all,
I have a grid in a frame on my page and a number of buttons in another
frame
on the page. If the user clicks say a "remove" button I want to update the
data set that the grid is bound to and show the results. The problem is I
can't seem to be able to get the other frame to reload. Also if I process
a
Redirect to move the user to a different page, only the frame in which the
page that caused the redirect changes. Is there a programmatic way of
specifying the target frame of the redirect such as
Response.Redirect(myurl, "_top"); ???
Thanks,
Phillip
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
|
|
 |