|
|
|
|
|
Show search results in a new window, and open links in the original window
Knowledge Base Article: kb04
There are two steps to achieving this effect.
Firstly select the "Advanced Options" at step 5 of the application. Choose "opens in frame/window named" and enter
OriginalWindow
in the box.
Secondly, some code need to be added to the search.html file, just before the Search Maker Pro script.
<script language=JavaScript>
self.name="OriginalWindow"
</script>