Jump to content

md.nasir6

Members
  • Posts

    2
  • Joined

  • Last visited

md.nasir6's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I have developed a simple html page. In that page there is a html button. If any user browses the page with Edge Browser then a message will show to click on that button to visit the page in Internet Explorer. To open Internet Explorer I have Used ActiveXObject. But the button is not working to launch Internet Explorer in Edge Browser. The code is given bellow. function LaunchIE() {var obj = new ActiveXObject("WScript.Shell");var ie = "C:Program FilesInternet Exploreriexplore.exe";obj.Run('"' + ie + '"', 1);} Can anyone please give me suggestion.
×
×
  • Create New...