标签:
<SCRIPT>
function togoogle()
{
fh1=document.getElementById("f1");
fh1.action="https://www.google.com/search";
th1=document.getElementById("kww");
th1.name="q";
}
function todict()
{
fh1=document.getElementById("f1");
fh1.action="http://dict.baidu.com/s";
th1=document.getElementById("kww");
th1.name="wd";
}
</SCRIPT>
标签:
原文地址:http://www.cnblogs.com/213cy/p/4566763.html