I use a search engine on my web site www.barmirrors.com I got it from Search Site Pro. It opens the search results in the same window thus making it hard to get back to where you came from. I would like the search results to be dispalyed in a new window. Here is the code I am using. I'm hoping it can be changed to open the results in a new window. Can this be done? Thanks in advance!
Joe
<!-- Start of Site Search Pro code -->
<script language="JavaScript"><!--
var remoteURL = 'http://www.barmirrors.com';
var sURL = remoteURL +'/searchpro/form.php?mode=js&s=1&t=1';
document.write('<script language="JavaScript"' +
'src="' + sURL + '"><\/script>');
//--></script>
<!-- End of Site Search Pro code -->