Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clear contents of another frame

Status
Not open for further replies.

JSMITH242B

Programmer
Mar 7, 2003
352
GB
Hi Group,
I have 2 frames in my ASP Page. The top frame for the search screen and the bottom frame for the results.
On the top screen I have a button which when clicked clears the search criteria from the text boxes. However if results were returned from a previous search, these are still displayed in the bottom frame.

How do I 'reset' the bottom frame?

TIA
 
you would do this with client scripting or at the most dynamically test based on the collection sent to the server and make the src field of the frame something based on that condition.

I would ask in the javascript forum on dynamically setting the page of frames

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top