L
LetMeDoIt
Greetings,
Hope someone can help with this task. I have a menu with 3
selections. Upon selecting any of the selections, the current window
(frame?) is split into 2 frames. The top frame is the button frame
(ie it contains 1 button), and the bottom frame is the Details frame.
In the frame button, users may enter information which is passed to
the Details frame, etc
The button frame is called button.asp and the bottom frame is called
detail.asp. The button frame is used to perform a retrieve (against
MSSQL) in the bottom frame.
The layout of the frames are setup the way I expect it.
The problem I'm having is I that when I enter a search string, I not
sure how the button frame communicates with the details frame. Ie if
I enter ABC and press Search, then I'd like "ABC" to be passed to the
details frame.
All works well if I embedd the button frame to the details frame.
Any help is greatly appreciated.
regards.
Hope someone can help with this task. I have a menu with 3
selections. Upon selecting any of the selections, the current window
(frame?) is split into 2 frames. The top frame is the button frame
(ie it contains 1 button), and the bottom frame is the Details frame.
In the frame button, users may enter information which is passed to
the Details frame, etc
The button frame is called button.asp and the bottom frame is called
detail.asp. The button frame is used to perform a retrieve (against
MSSQL) in the bottom frame.
The layout of the frames are setup the way I expect it.
The problem I'm having is I that when I enter a search string, I not
sure how the button frame communicates with the details frame. Ie if
I enter ABC and press Search, then I'd like "ABC" to be passed to the
details frame.
All works well if I embedd the button frame to the details frame.
Any help is greatly appreciated.
regards.