[Delphi] 如何做一个可以帮我向网页自动填写用户名密码的软件啊??[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

sp;    (CompareText(ovElements.item(i).type,  'text')  =  0)  then    
                               begin    
                                   ovElements.item(i).Value  :=  'FindWindow';    
                               end;    
                           except    
                           end;    
                           //  when  Submit  button  is  found,  try  to  click    
                           try    
                               if  (CompareText(ovElements.item(i).tagName,  'INPUT')  =  0)  and    
                                   (CompareText(ovElements.item(i).type,  'SUBMIT')  =  0)  and    
                                   (ovElements.item(i).Value  =  'Search')  then    //  Suchen  für  German    
                               begin    
                                   ovElements.item(i).Click;    
                               end;    
                           except    
                           end;    
                       end;    
                   end;    
               end;    
           end;    
       end;    
   end;    
end;

本文关键:[Delphi] 如何做一个可以帮我向网页自动填写用户名密码的软件啊??
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top