注册表那个自动添加文件我知道写。
关键就是类似于这个的文件不会写。<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<script language="javascript">
if (external.menuArguments) 
{
  var parentwin = external.menuArguments;
  var url = parentwin.location.href;
  var title = parentwin.document.title;
  if (parentwin.event.srcElement.tagName == "A") {
    url = parentwin.event.srcElement.getAttribute("HREF");
    title = parentwin.event.srcElement.innerText;
  }
  void(window.open('/post?act=shou&reuser=&url='+encodeURIComponent(url)+'&title='+encodeURIComponent(title)+'&intro=&tags=&tool=1','Leshou','scrollbars=yes,width=600,height=505,left=80,top=80,status=no,resizable=yes'));
}
else
{
  history.go(-1);
}
</script>
</body>
</html>