Internet Explorer 5 users: you know that built-in IE search-pane you almost never use? Well, you can now view a trimmed-down version of this page in your search-pane. Clicking on links will simply open them in the main window, while my page remains visible until the search-pane is closed again.
A well-constructed frameset could provide the same functionality, but that would hide the address and title of clicked links.
The trick to opening a URL of your choice in the search-pane is the following Javascript-command:
_search=open('your_url_here', '_search')
You would probably want to call this command via a hyperlink, like so:
<A HREF="javascript:void(_search=open('your_url_here', '_search'))">click me</A>
thanks