Re: Target Frames
From: Steve C. Orr [MVP, MCSD] (Steve_at_Orr.net)
Date: 03/16/04
- Next message: Jim: "Perplexing and critical error - please help!"
- Previous message: nobody: "Custom WebControl"
- In reply to: ruca: "Target Frames"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 15:53:47 -0800
You must do this with client side code, such as javascript.
This is one of the many reasons why frames are a pain, so you should try and
avoid them when you can.
Usually user controls are a better way to separate individual sections.
-- I hope this helps, Steve C. Orr, MCSD, MVP http://Steve.Orr.net "ruca" <ruuca@iol.pt> wrote in message news:%23sIs2g3CEHA.3568@tk2msftngp13.phx.gbl... > Do I have anyway to choose my page targets in frames? > > Example > > I have a page that have 3 frames > > frame 1 - header (contains only an image and stay static) > frame 2 - contents (contains a menu and change by menu) > frame 3 - main (show the result "command" of click in contents frame) > > What I want is that when I choose something in frame 2 this frame change the > menu, but I have to change the display of frame 3 too, ie, both frames have > to change the display withou affecting frame 1. > > Can I do this in someway? Like using Response.Redirect(...) or anything > else!!! > > > -- > > Thank's (if you try to help me) > Hope this help you (if I try to help you) > ruca > >
- Next message: Jim: "Perplexing and critical error - please help!"
- Previous message: nobody: "Custom WebControl"
- In reply to: ruca: "Target Frames"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|