Well, I don't know about using VB6 WebClasses but if I was using straight forward ASP I would try this:


put target=frame2 in the form tag of the input page


I expect you've got that bit already

Do the query on the database in the usual manner but append the results to a tempory table. You can then write the contents of this tempory table back out to the browser.