Make the
search results open
in a new window and those links open back in the original page
Knowledge Base Article kb04
For a demonstration of this
click here.
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>