473,779 Members | 2,063 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ERROR in function() Operation is not allowed when the object is closed

27 New Member
Hi ,
I am creating a web page with ASP and Javascript.We have shared the foldres containg the code and all our team members are accessing the code.

There is no problem for me when i run the code and working properly. But when some of my team members when they run the web page they are getting the ERROR in function() Operation is not allowed when the object is closed.
In the login page there in no problem, After we login in the page where the function will get the details from the server.. this kind of error is dispalyed.

But when i acces the page there no problem and i am able to access and work well. But they are not able to access.

Kindly help us.
Oct 8 '07 #1
5 2183
acoder
16,027 Recognized Expert Moderator MVP
Can you show the code where you think the error occurs.
Oct 8 '07 #2
Sonasang
27 New Member
I think the problem is with some security settings and not with the code....
Since if one user able to access and others cannot means the prob is with some setttings change....

Also the error occurs only in the pages where we access data from the Database.Shows error in the functions having this database access code
Oct 31 '07 #3
acoder
16,027 Recognized Expert Moderator MVP
Are you sure this is a JavaScript error?
Oct 31 '07 #4
Sonasang
27 New Member
Are you sure this is a JavaScript error?
Hi Acoder,
Thanks a lot for help. I found out the reason for that. We need to change the settings in IE Tools->Internet Options ->security ->custom Level. and then change the Miscellanceous options to Enable.

Now its working finr for me.

Thanks a lot
Nov 1 '07 #5
acoder
16,027 Recognized Expert Moderator MVP
Glad to hear that you got it working.
We need to change the settings in IE Tools->Internet Options ->security ->custom Level. and then change the Miscellanceous options to Enable.
There are a number of options under Miscellaneous. Which ones did you change?
Nov 1 '07 #6

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

Similar topics

6
46911
by: Matthew Louden | last post by:
The following ASP code yields the following error, but actually the new record is stored in database. The same error happens when the application deletes a record, such as sqlStmt ="delete from test where username='2323'" Any ideas? Thanks! <% Dim objRS, sqlStmt Set objRS = Server.CreateObject ("ADODB.Recordset") sqlStmt = "insert into test VALUES ('2341', '2341');"
3
14951
by: domeceo | last post by:
can anyone tell me why I cannot pass values in a setTimeout function whenever I use this function it says "menu is undefined" after th alert. function imgOff(menu, num) { if (document.images) { document.images.src = eval("mt" +menu+ ".src") } alert("imgOff_hidemenu"); hideMenu=setTimeout('Hide(menu,num)',500);
6
4753
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much appreciated. Thanks in advance
3
4782
by: Steve - DND | last post by:
I was wondering if anyone can point me to some articles or practices they use for dealing with errors in their applications; particularly in an n-tier design. I am trying to find one way to conveniently handle both soft and hard errors, primarily for display to the end user. One method I have considered is rethrowing exceptions. With this approach, I would throw a plain old ApplicationException, with the Message property as the polite...
1
1392
by: Eugene Anthony | last post by:
ASP code to delete a record: openDB() Set rs = Server.CreateObject("ADODB.Recordset") objConn.usp_deleteOptions OptionID,rs closeRS() closeDB()
2
5660
by: Joseph Macari | last post by:
Using Acess2003; when writing code, etc. and when attempting to use the help files while in visual basic window, I recently started to get this message- "A runtime error has occurred. Do you wish to debug? Line 114 Error: Operation is not allowed when the object is closed." So if I hit the Yes button a "Just-In-Time debugging window" comes up with the following choice- Possible Debuggers-New Instance of Microsoft Script Writer"...when I hit...
0
23511
by: HKSHK | last post by:
This list compares the error codes used in VB.NET 2003 with those used in VB6. Error Codes: ============ 3: This Error number is obsolete and no longer used. (Formerly: Return without GoSub) 5: Procedure call or argument is not valid. 6: Overflow. 7: Out of memory.
669
26218
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic paper written on this subject. On the Expressive Power of Programming Languages, by Matthias Felleisen, 1990. http://www.ccs.neu.edu/home/cobbe/pl-seminar-jr/notes/2003-sep-26/expressive-slides.pdf
1
367
by: Eco | last post by:
The webpage will shown this error when click the specified page each time. This page mainly displays old photo with the same type of product. How should I fixt this. ---------------------------------------------------------------------------- --- ADODB.Recordset error '800a0e78' Operation is not allowed when the object is closed. /item_detail.asp, line 68
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10306
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5503
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2869
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.