Skip to main content
Inspiring
July 22, 2006
Question

Query results in different frame.

  • July 22, 2006
  • 1 reply
  • 185 views
I have 3 frames in a frameset. top, middle and bottom. In my middle frame
called 'mid.asp' I have a textbox with a submit button. This, when a date is
inserted sends a parameter to a Stored Procedure and returns a resultset to
a table in bottom.asp.

The trouble is I cannot get bottom.asp to load in the bottom frame when the
submit button is clicked, it always loads in the middle frame. Can anyone
tell me where I am going wrong and what I need to do to get this to work
please.


This topic has been closed for replies.

1 reply

Inspiring
July 22, 2006
Did you set the target to bottom in the code that loads it?


--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"JED" <jed1@nomail.co.uk> wrote in message
news:e9tkv9$4j9$1@forums.macromedia.com...
>I have 3 frames in a frameset. top, middle and bottom. In my middle frame
>called 'mid.asp' I have a textbox with a submit button. This, when a date
>is inserted sends a parameter to a Stored Procedure and returns a resultset
>to a table in bottom.asp.
>
> The trouble is I cannot get bottom.asp to load in the bottom frame when
> the submit button is clicked, it always loads in the middle frame. Can
> anyone tell me where I am going wrong and what I need to do to get this to
> work please.
>