Jump to content

InternetExplorer.Application COM from browser


bob_dole

Recommended Posts

I can run the following code from the command prompt and it opens up a new page perfect.

 

If I run the same code from a browser I get nothing.

 

How I do I open up a new com object from within a browser?

 

$ie = new COM("InternetExplorer.Application");

$ie->Visible = true;

$ie->Navigate("http://www.somesite.com"); 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.