in reply to
Re: Perl - ExecWB - SaveAs No Prompts
in thread
Perl - ExecWB - SaveAs No Prompts
my $htmlcontent = $IEObject->Document->body->innerhtml ; print $htmlcontent; Then you get the html content and can print it, or whatever you fancy
Comment on
Re^2: Perl - ExecWB - SaveAs No Prompts
In Section
Seekers of Perl Wisdom