I've added the code into the menu section of my home page. The page is a 3-frame index page with a banner, menu and main frame.
The search box works ok, but it replaces my original menu page/frame with the search results. How can I force the search results into a new window?
You should try to download the .JS and host it on your own server, and before you do so add "target=_blank" or when you want to open it in the same window, but not in frame "target=_parent"
Rando
Hi, thx for that, but I'm still unsure what the correct syntax is (my programming days ended a long time ago).
I have a line that reads:
<script src="http://i.thottbot.com/power.js"></script>
I know I can download the .js file, place it within my site and then change the src=<my local copy>.
Further down the page, I have the searchbox code:
<script>T.searchbox()</script>
But I still don't know where/how to insert the code target="_blank"
Sry for being so unknowledgeable on HTML.
Thx in advance