Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Redirect in another frame
Message
 
To
09/09/2002 17:06:01
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00698522
Message ID:
00698526
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
You can use a little of JScript to do this.

e.g.
function sendFrame(goURL, cFrameName)
{
   window.parent.frames(cFrameName).location = goURL;
}
>I have an ImageButton. And when I click on it, I want to open a new page in
>another frame. With this code, I have now, It's open in same frame. Please
>help
>
>
>private void ImageButton1_Click(object sender,
>System.Web.UI.ImageClickEventArgs e)
>{
>    Response.Redirect("UserAccount.aspx", true);
>}
>
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform