• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Internet Explorer 8 Not Responding in Windows 7 While creating ActiveX Object

 
Ranch Hand
Posts: 70
Android Hibernate Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Windows 7 - 32 Bit Version. I am creating activex object as follows :

DX = new ActiveXObject("DynamicWrapperX");
DY = new ActiveXObject("DynamicWrapperX");

It works in first instance and when I refresh the Page , IE is getting hanged up. I am using IE Version 8.0.7601.17514. I have also tried the same with Internet Explorer 9 but still the problem persists. I have enable all the activeX controls in Tools ---> Internet Options .

The Scenario is similar to the one which is mentioned in the following Link :

http://social.technet.microsoft.com/Forums/en-US/ieitprocurrentver/thread/5929890b-6f3a-4fdd-92a3-32176dd1156c

Please suggest a fix for the same.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Find a windows forum and ask this, no one here really uses ActiveX since it locks you into one vendor.
 
They gave me pumpkin ice cream. It was not pumpkin pie ice cream. Wiping my tongue on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic