I have a need to create a page with two frames.
The top frame will be a page that accepts an SQL statement
in a text box in a form. The second frame below will display the results of the SQL statement passed to client side processing without changing anything on the top frame.
How do I tell my top frame form to process the results in the bottom frame? I need the 'action' parameter of the form to not only execute my server side asp script but to display the results in the bottom frame. What is the format of the 'action' parameter to do this?
Many Thanks
Roy
The top frame will be a page that accepts an SQL statement
in a text box in a form. The second frame below will display the results of the SQL statement passed to client side processing without changing anything on the top frame.
How do I tell my top frame form to process the results in the bottom frame? I need the 'action' parameter of the form to not only execute my server side asp script but to display the results in the bottom frame. What is the format of the 'action' parameter to do this?
Many Thanks
Roy