During the production of web pages, often use FrameSet, transfer data between different frames, becomes a problem. In particular, it is necessary to pass parameters to another Frame after a control is triggered.
Poor Target: This thing doesn't know if it is true. Anyway, I haven't used it, I think it may be used in TOP as Form as Form.
Location to solve the problem: In fact, as long as you write a small function in the web page (I use JavaScript). Function mysubmit () {parent. Get the frame.location = "page? Parameters" of the parameters;} On the corresponding control of the control, add this function to OK.
Next, you only need to get parameters with request ["parameter name" in the page of the received parameters.