|
-
Apr 13th, 2004, 05:21 AM
#1
Thread Starter
New Member
Microsoft JScript runtime error '800a0046
J,
What forum should it be in? I thought that this was the other languages forum XML, HTML, Javascript, Web and CGI?????
Thanks
Carlos
-
Apr 13th, 2004, 05:39 AM
#2
If this is about a JavaScript in a web page then you're in the right place. If it's about a JScript file for the Windows Scripting Host you're not.
For web development, go to
http://www.mozilla.org/
and download Mozilla. Not only is it a better browser than IE, it also has a JavaScript console that gives better error messages.
Now, we need details 
Edit: Just saw the other thread. As there is no ASP forum it belongs to the CGI part of this forum.
And Mozilla won't help you as this is a server side issue.
Last edited by CornedBee; Apr 13th, 2004 at 05:43 AM.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 13th, 2004, 05:53 AM
#3
Thread Starter
New Member
Corned..
Thanks for the reply but must admit I was a little confused.... (Behind the power curve this morning)...
Here is the entire error
Microsoft JScript runtime error '800a0046'
/xds/programs/file_transfer/programs_ftp_edit_maint.asp, line 136
If I am not in the correct forum; (JScript file for the Windows Scripting Host you're not) let me know what is the correct one? OR If you can assiste with a source of the problem I would appreciate it.
Carlos
-
Apr 13th, 2004, 06:03 AM
#4
Source around line 136 would be very helpful. And maybe a description of the error if you find one, as my error lookup tool doesn't know it. And and overall description of what you're trying to do.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 13th, 2004, 06:10 AM
#5
Thread Starter
New Member
CB,
I have an Oracle DB that is accessible via a a web based interface. Once the user is logged in she can create and add a record but once she tries to edit it she gets the error...
I received this bit of information from another person trying to help me:
It seems that the error message came from legacy toolkit.
Toolkit is the web based interface.
Carlos
-
Apr 13th, 2004, 06:30 AM
#6
Originally posted by CarlosABrito
Here is the entire error
Microsoft JScript runtime error '800a0046'
/xds/programs/file_transfer/programs_ftp_edit_maint.asp, line 136
That is an object error.
They allways have high error numbers. Look at the line which is generating the error to identify which object raised it. Then you'll need to look at the documentation for which ever object is generating the error to find out what is causing it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|