Forum Moderators: open
As always, it's easiest with Opera. All you need is a regular link:
<a rel="sidebar" title="Nachschlagen"
href="http://www.example/directory/panel.html">
add panel</a>
Next comes Mozilla; it uses JavaScript
javascript:window.sidebar.addPanel ('Nachschlagen',
'http://www.example.com/directory/panel.html','')
And last, we have MSIE, and fiddling with the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search
SearchAssistant:http://www.example.com/directory/panel.html
[edited by: tedster at 7:13 pm (utc) on June 24, 2002]
G.
sample code
You would also have to create the css2-panel.reg file to change the registry to get it working with Internet Explorer. The user will have to confirm to the registry update: <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title>Links to add CSS2 panel to Opera, Mozilla, or MSIE</title></head>
<body>
<p><a rel="sidebar" title="CSS2" href=
"http://developer.netscape.com/evangelism/sidebar/css2qr/prop-visual.html">
add CSS2 panel to Opera</a></p>
<p><a title="CSS2" href=
"javascript:window.sidebar.addPanel('CSS2','http://developer.netscape.com/evangelism/sidebar/css2qr/prop-visual.html','')">
add CSS2 panel to Mozilla</a></p>
<p><a title="CSS2" href="css2-panel.reg">
add CSS2 panel to MSIE (via registry)</a></p>
</body>
</html>
sample css2-panel.reg REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://developer.netscape.com/evangelism/sidebar/css2qr/prop-visual.html"