Hi,
The backgroud of my question is:
In the main.aspx, I use textboxes to input information then use buttons to redirect to sub.aspx, the second.aspx has two frames (left and right frame).
In the left frame, I can navigate to any pages showing in right frame.
The problem is:
If I want to return to the main.aspx page, I have to click IE "Back" button many times.
I have tryied to put a return button in the left frame, but it return the main.aspx in the left frame, it does not occupy the whole IE, since a frame holds a html file.
Do I have to avoid using frame?
Any suggestion are welcome.
Thanks,
Yao
The backgroud of my question is:
In the main.aspx, I use textboxes to input information then use buttons to redirect to sub.aspx, the second.aspx has two frames (left and right frame).
In the left frame, I can navigate to any pages showing in right frame.
The problem is:
If I want to return to the main.aspx page, I have to click IE "Back" button many times.
I have tryied to put a return button in the left frame, but it return the main.aspx in the left frame, it does not occupy the whole IE, since a frame holds a html file.
Do I have to avoid using frame?
Any suggestion are welcome.
Thanks,
Yao