| Author |
A Strange Error while running the javascript on different machines?
|
Jignesh Gohel
Ranch Hand
Joined: Dec 28, 2004
Posts: 276
|
|
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 ]
|
Regards,
Jignesh
The Art Of Life Is To Know When To Be Useless And When To Be Useful - CHUANG TZU
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
Older version of the VB library on the machine ? An older version may not have the property you are accessing.
|
[My Blog]
All roads lead to JavaRanch
|
 |
Jignesh Gohel
Ranch Hand
Joined: Dec 28, 2004
Posts: 276
|
|
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.
|
 |
 |
|
|
subject: A Strange Error while running the javascript on different machines?
|
|
|