文字提交:<a href=javascript:form1.submit();>文字</a>当然上面的“文字”可以换成<img src=....>

解决方案 »

  1.   

    用了JAVASCRIPT 和鼠标移动的特效;
      

  2.   

    用了JAVASCRIPT 和鼠标移动的特效;
      

  3.   

    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    }
    这段是什么意思呢?这个网页是几个题目,选择然后提交,有没有办法自动检测出正确答案然后选择我是用DELPHI来做自动提交的,有没有比较好的方法?