bob_dole Posted February 6, 2007 Share Posted February 6, 2007 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"); Link to comment https://forums.phpfreaks.com/topic/37362-internetexplorerapplication-com-from-browser/ Share on other sites More sharing options...
ShogunWarrior Posted February 6, 2007 Share Posted February 6, 2007 Wouldn't that be a huge security hazard if you could do that? Link to comment https://forums.phpfreaks.com/topic/37362-internetexplorerapplication-com-from-browser/#findComment-178620 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.