一个很普通的综合搜索引擎,你也可以用用

发布时间:2008-12-20 12:47:00 阅读次数:

脚本说明: 把如下代码加入区域中

<script language="JavaScript"> var FirstForm; function StartSearch() { document.forms[FirstForm+document.InputForm.SearchSelect. selectedIndex].elements[0].value=document.InputForm.SearchWords.value; document.forms[FirstForm+document.InputForm.SearchSelect. selectedIndex].submit(); } </script>查找内容:
搜索引擎:
<script language="JavaScript"> FirstForm=document.forms.length </script>