Help for this page

Select Code to Download


  1. or download this
    Uncaught exception from user code:
           OLE exception from "<Unknown Source>":
    ...
    Win32::OLE(0.1702) error 0x80020009: "Exception occurred"
       in METHOD/PROPERTYGET "document" at C:\Scripts\this.pl line 69 at C
    +:/Perl/site/lib/Win32/OLE/Lite.pm line 216
           Win32::OLE::Tie::FETCH('Win32::OLE::Tie=HASH(0x1c0e754)', 'docu
    +ment') called at C:\Scripts\this.pl line 69
    
  2. or download this
        my $IEDoc = $IEWin->{Document};
        my $frames = $IEDoc->{frames};
    ...
            print "\n".$key."\n";
            print $frameshash{$key}->{document}->{body}->{innerHTML}."\n";
        }