如何写一个IE的插件
比如说(脚本如下):
<html>
<head>
</head>
<body>
<font size= 6> <b>Test </b></font>
<table width =1000>
  <embed src ="http://www.myweb.com/a.test"></embed>
</table>
</html>我想把a.test 用我的解析插件来解析,应当如何做,也就是说,只要是Test为扩展名的脚本,都有我的插件来解析
谢谢