• 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

A Strange Error while running the javascript on different machines?

 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have one jsp page in my application in which using javascript i am calling one VB Component(An activex control).

But running my web application on different machines gives me this error:

"Object doesn't support this property"


On some machines it is displaying the activex control while on some other machines it is not??Why is it happening & how can i get rid of it??

Please reply soon!!
[ May 12, 2006: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Older version of the VB library on the machine ?
An older version may not have the property you are accessing.
 
Jignesh Gohel
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No its not the problem .The problem is something else.
Is it due to the browsers settings??
But i checked by enabling all the settings in the Security tab.I am using Internet Explorer Version 6....

Also i tried using the script langauage as vbscript as shown below.
Using that the activex control is getting displayed on some machines but with script errors & on some no script errors are coming but the activex control is not getting displayed .

The code is as below:



SetParaValue is my method in VB code to which i am passing a string.


What is going on i am not able to understand..Please help me solve this problem.
 
I am going down to the lab. Do NOT let anyone in. Not even 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