I have a Web based app where I have created a customized Search and SearchdefaultTemplate forms.
I have an initial Frameset called Main with Frames within them. One of the Frames contains an entry field for Search text along with a button to initiate the serach. I am using Javascript for control.
I have a second Frameset called Search Results which has 2 frames within it . I would like the Left Frame to contain the filtered results of the View based on Search and the Right Frame is to be used to display the details of the documents when a user clicks on a selection in the Left frame
The trouble I am having is getting control passed from the Main Frameset/Frame when the user enters Text and hits the Button - i.e I cannot seem to load the results that return in the $$SearchDefaultTemplate to open in the “Search Results” Frameset within the Left Frame
Any pointers or help would be appreciated.