<script type="text/javascript"> $("#addcollect").click(function(){ var title = "filepuma.com - Free software downloads and reviews"; var url = 'http://www.filepuma.com/'; var ctrl = (navigator.userAgent.toLowerCase()).indexOf('mac') != -1 ? 'Command/Cmd': 'CTRL'; var msg = 'You can try keyboard shortcut (0) to bookmark filepuma.com'; var temp = msg.replace('(0)',' <b>' + ctrl + ' + D</b> '); if(document.all){ window.external.addFavorite(url , title); }else if(window.sidebar){ window.sidebar.addPanel(title , url,""); }else{ elex.dialog.alert('<div class="elexDialogTips">'+ temp +'</div>',{title:'filepuma.COM',time : 5020000 , showClose:true}); } }); </script>
下面是效果图,想以标签形式打开,但是在左侧打开了。。。。