R
ruca
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!!!
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!!!