P
powerranger
I have aspx page called test.aspx where I create a frameset. At the
top frame, I have dropdownlist box which has autopostback turned on, a
hidden image (visible = false) and a button. When the user chooses an
item from the dropdownlist box (after postback), I want to
show/display the image in the top frame. How can I achieve this
working with a frame. Here is my HTML code:
<frame name="header" src="top.aspx" scrolling="no" noresize>
<frame name="main" src="bottom.aspx">
I already try - parent.frames['top'].location.reload() - but it keeps
on displaying test.aspx in the bottom frame showing the dropdownlist
box, the image, and the button. Please help. Thanks.
top frame, I have dropdownlist box which has autopostback turned on, a
hidden image (visible = false) and a button. When the user chooses an
item from the dropdownlist box (after postback), I want to
show/display the image in the top frame. How can I achieve this
working with a frame. Here is my HTML code:
<frame name="header" src="top.aspx" scrolling="no" noresize>
<frame name="main" src="bottom.aspx">
I already try - parent.frames['top'].location.reload() - but it keeps
on displaying test.aspx in the bottom frame showing the dropdownlist
box, the image, and the button. Please help. Thanks.