Web Search Query

Hi,

I’ve created some search functionality based on the example given on codestore.net.

It all works well, but there’s one bit I can’t remember how to set up. At present my search Form is in a side Frame, and I want my results to appear in the centre Frame. As a result, my results load over the top of my Form in the side Frame.

So, two questions…

1.) I think i’m supposed to be using a $$SearchResultsTemplate (or similar - it’s been a while). Any ideas how to set this up? I have a default Form appearing at the moment.

2.) How do I set the Frame I want my results to appear in?

Thanks in advance!

Subject: In Designer Help

Look in the Designer Help Index under

Search forms > described > Customizing search forms.

In the latter part of the document, the “$$SearchTemplate” is described. You can create one form that includes both the search fields and the view which contains the found documents. You won’t need a frameset.

Subject: RE: In Designer Help

I’ll look it up. Thanks.