Help for this page

Select Code to Download


  1. or download this
    #this bit works!
    $ie->getFrame('name:', 'info')->getImage('id:', "selBtn2")->Click();
    
  2. or download this
    $ie->getFrame('id:', 'info')->getImage('id:', "selBtn3")->Click();
    Use of uninitialized value $id in string eq at C:/Perl/site/lib/Win32/
    +IEAutomation.pm line 397.
    WARNING: No frame is present in the document with your specified optio
    +n id: info
    
  3. or download this
    <HTML> #top level document
     <HEAD>
    ...
            <HTML>
             Tables+Tables...more stuff
             <INPUT class inputFld> #name=account
    
  4. or download this
    $ie->getFrame('name:','sFrame')->getFrame('id:', 'accFrame')->getTextB
    +ox('name:', "account")->SetValue($user)
    
  5. or download this
    Use of uninitialized value $name in string eq at C:/Perl/site/lib/Win3
    +2/IEAutomation.pm line 405.
    Use of uninitialized value $id in string eq at C:/Perl/site/lib/Win32/
    +IEAutomation.pm line 397.
    ...
    Use of uninitialized value $id in string eq at C:/Perl/site/lib/Win32/
    +IEAutomation.pm line 397.
    WARNING: No frame is present in the document with your specified optio
    +n id: accFrame
    Can't call method "getTextBox" without a package or object reference a
    +t D:\dev\ieautomate\ieauto1.pl line 42.
    
  6. or download this
    $ie->getFrame('name:', 'sFrame');
    
  7. or download this
    $ie->getFrame('name:', 'sFrame')->getFrame('id:','accFrame');
    
  8. or download this
    Use of uninitialized value $id in string eq at C:/Perl/site/lib/Win32/
    +IEAutomation.pm line 397.
    Use of uninitialized value $id in string eq at C:/Perl/site/lib/Win32/
    +IEAutomation.pm line 397.
    ...
    Use of uninitialized value $id in string eq at C:/Perl/site/lib/Win32/
    +IEAutomation.pm line 397.
    Use of uninitialized value $id in string eq at C:/Perl/site/lib/Win32/
    +IEAutomation.pm line 397.
    WARNING: No frame is present in the document with your specified optio
    +n id: accFrame