473,385 Members | 1,337 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Error In IE6 : object doesnt support this property or method.

Hi Guys

I am having an wearied issue and need your expert opinions on this. I am not network geek so may be that is why in trouble.

Here is the issue:

We have an web application running on the clients machine, this application has COM object (activeX). it was running fine with the user having Admin right. after some days now we revoke the Admin right from the user.

Now situation is with all the user it running some time on some computer and on some computers giving the error "object doesn't support this property or method.".

we are calling the object in JavaScript. here is the script:
Expand|Select|Wrap|Line Numbers
  1. "           var axCtl;
  2.             axCtl = document.getElementById("InetCtl");
  3.             axCtl.setAllTextValues(licenseValues);
  4.  
  5.             axCtl.printCarRegCard();
  6.             window.close();
Expand|Select|Wrap|Line Numbers
  1. ".
We are using IE6 because this application is compatible with it.

Looking forwards your quick response on it.
Mar 15 '11 #1

✓ answered by dgreenhouse

It might be that the ActiveX object is only accessible by the admin group. It's been a long time since I wrote IE only apps! I assume you've tried adding a user back into the admin group to test?

4 2694
acoder
16,027 Expert Mod 8TB
What line does the error occur on?

Check the settings on each browser and see if there's a difference in the ones that work and the ones that don't.
Mar 15 '11 #2
dgreenhouse
250 Expert 100+
It might be that the ActiveX object is only accessible by the admin group. It's been a long time since I wrote IE only apps! I assume you've tried adding a user back into the admin group to test?
Mar 16 '11 #3
dgreenhouse

Thanks for the reply, We tried to invoke the admin right on the same user and it worked fine, but here the situation is we don't want to give the admin right to normal users.

is this possible that Firewall or Antivirus stope this activex in normal user mode ?
Mar 16 '11 #4
dgreenhouse
250 Expert 100+
Maybe try to see who has permissions on the activex dll or exe.

I just realized what you might be running...
Is that the standard IE browser control? (InetCtl)? Haven't mucked with that for years - used to love its capabilities.

That could definitely be getting stopped by the firewall (if it's an application also firewall), but the permission denied sounds like it's just "plain ole" permission issues.

As alluded to, try allowing normal users permissions on the control and see if that works.

If you have a bunch of machines, that could be a pain unless you have network-wide central machine management.
Mar 16 '11 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: | last post by:
This is a semi-advanced question about ASP VBScript 5.0 classes. If you're knowledegable, please lend a hand! VBScript class instances can have properties that have objects assigned to them....
3
by: Matt | last post by:
I tried to display all html control types in the form. But it has run time error "object doesn't support this property or method" on document.write(obj.type); Even I do document.write('hello...
0
by: Roman | last post by:
I'm trying to create the form which would allow data entry to the Client table, as well as modification and deletion of existing data rows. For some reason the DataGrid part of functionality stops...
2
by: Giovanni Bassi | last post by:
Hello All, I have encountered a problem. I am using visual inheritance and my base form adds an event handler on Form Load using the AddHandler Keyword. The problem is that if the Event...
1
by: kamleshsharmadts | last post by:
I am using Ajax with struts in web application. from jsp i am calling a function of ajax.js onclick of a button. code of that call function which calling from jsp given as below:- ...
2
by: Charles | last post by:
I have a validation script used before submitting a form. When executed it says "Object doesn't support property or method". I'm using onclick="return validate();" which should be fine. But when...
3
by: callre | last post by:
when i used javascript onchange() the error is coming "object doesnt support this property" my code is- <script type='text/javascript' language="javascript"> function change() { ...
0
acoder
by: acoder | last post by:
Problem When setting the FORM object's action property an "Object does not support this property or method" error occurs Browser Internet Explorer 6- Example The Javascript code: var...
6
by: lochru45 | last post by:
I'm running the following javascript with no problem in FireFox: var multiGallery = { init: function(options){ this.overlay = new...
2
by: Emma Jane | last post by:
Hi, I am trying to load a game and keep getting the same javascript error - Object doesn't support this property or method. I have had a look online for a solution but can't seem to find anything....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.