Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: win32 browser launching weirdness

by $code or die (Deacon)
on Jan 04, 2001 at 17:14 UTC ( [id://49749]=note: print w/replies, xml ) Need Help??


in reply to win32 browser launching weirdness

This code is Adapted (only very slightly) from Chapter 19 of Learning Perl on Win32 Systems by O'Reilly
use Win32::OLE; Win32::OLE::CreateObject("InternetExplorer.Application.1", $ie) || die + "CreateObject: $!"; $ie->{Visible} = 1; $ie->Navigate("file://c|/websites/site1/page.htm");
This will open Internet Explorer using OLE and open the file "c:\websites\site1\page.htm"

I love the Perl CD BookShelf! It has this book and other O'Reilly greats.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://49749]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 19:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found