473,569 Members | 2,791 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

external.menuAr guments failiure ie6

bba
os:xp pro sp1
ie 6.2800.1106

For some reason any java scripts that refers
to 'external' fails:
example:

external.menuAr guments.documen t.body.style.zo om="100%";

error message:
'external.menuA rguments' is null or not an object
code=0

This behaviour started recently after some fix from
microsoft was installed.

Anyone have any ideas?

Jul 20 '05 #1
3 3887
"bba" <no*****@mail.n o.thx> wrote in message
news:Xd******** *******@newssvr 29.news.prodigy .com...
For some reason any java scripts that refers
to 'external' fails:
example:

external.menuA rguments.docume nt.body.style.z oom="100%";

error message:
'external.menu Arguments' is null or not an object
code=0

This behaviour started recently after some fix from
microsoft was installed.

Anyone have any ideas?


The IE proprietary global external object has methods such as;
addDesktopCompo nent, addFavorite, importExportFav orites and
queryInterface. It does not contain frame objects, documents etc.

My guess is that you have given a frame the name or ID 'external' and
that has been working by overwriting the built in IE external object but
Microsoft have recently done something like making the global 'external'
property read only. Your only option is to re-name/ID the frame, but it
is generally better to never use the same character sequence for an ID
or name as is already in use as a browser DOM property name.

Richard.
Jul 20 '05 #2
"Richard Cornford" <Ri*****@litote s.demon.co.uk> writes:
The IE proprietary global external object has methods such as;
addDesktopCompo nent, addFavorite, importExportFav orites and
queryInterface. It does not contain frame objects, documents etc.


The menuArguments property refers to the window object of a
contextmenu event.

Another detail about the external object, is that it is IE only. Not only
doesn't it exist in other browsers, but it doesn't even exist in other
skins for the Microsoft HTML renderer (e.g., MyIE2, that I use when I
need to test for IE).

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #3
bba

"Richard Cornford" <Ri*****@litote s.demon.co.uk> wrote in message
news:bh******** ***********@new s.demon.co.uk.. .
"bba" <no*****@mail.n o.thx> wrote in message
news:Xd******** *******@newssvr 29.news.prodigy .com...
For some reason any java scripts that refers
to 'external' fails:
example:

external.menuA rguments.docume nt.body.style.z oom="100%";

error message:
'external.menu Arguments' is null or not an object
code=0

This behaviour started recently after some fix from
microsoft was installed.

Anyone have any ideas?
The IE proprietary global external object has methods such as;
addDesktopCompo nent, addFavorite, importExportFav orites and
queryInterface. It does not contain frame objects, documents etc.

My guess is that you have given a frame the name or ID 'external' and
that has been working by overwriting the built in IE external object but
Microsoft have recently done something like making the global 'external'
property read only. Your only option is to re-name/ID the frame, but it
is generally better to never use the same character sequence for an ID
or name as is already in use as a browser DOM property name.

Richard.

"Richard Cornford" <Ri*****@litote s.demon.co.uk> wrote in message
news:bh******** ***********@new s.demon.co.uk.. . "bba" <no*****@mail.n o.thx> wrote in message
news:Xd******** *******@newssvr 29.news.prodigy .com...
For some reason any java scripts that refers
to 'external' fails:
example:

external.menuA rguments.docume nt.body.style.z oom="100%";

error message:
'external.menu Arguments' is null or not an object
code=0

This behaviour started recently after some fix from
microsoft was installed.

Anyone have any ideas?


The IE proprietary global external object has methods such as;
addDesktopCompo nent, addFavorite, importExportFav orites and
queryInterface. It does not contain frame objects, documents etc.

My guess is that you have given a frame the name or ID 'external' and
that has been working by overwriting the built in IE external object but
Microsoft have recently done something like making the global 'external'
property read only. Your only option is to re-name/ID the frame, but it
is generally better to never use the same character sequence for an ID
or name as is already in use as a browser DOM property name.

Richard.


Actually what I was trying to do was to add some extra item to the context
menu by adding some strings to the registry.

[HKEY_CURRENT_US ER\Software\Mic rosoft\Internet Explorer\MenuEx t\25%]
@="javascript:v oid(external.me nuArguments.doc ument.body.styl e.zoom=\"25%\") "

It appears that this used to work, however I've tried on two xp pro's and
one 98se and I get the same error.
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2774
by: Ida | last post by:
Hi, I am trying to build an dll with Microsoft Visual C++ but during the linking phase I get linking errors. Script.obj : error LNK2019: unresolved external symbol __imp__PyString_AsString referenced in function "public: static struct _object * __cdecl SomeFunctionName Script.obj : error LNK2019: unresolved external symbol...
47
3819
by: Richard Hayden | last post by:
Hi, I have the following code: /******************************** file1.c #include <iostream> extern void dummy(); inline int testfunc() {
1
8397
by: Aravind | last post by:
we have two files: 1. rc4.c (defines one function "create_pin()") 2. MyImpl.c(calling the function "create_pin()"),This implements JNI method. 1.When I am trying to create .dll file with one file rc4.obj(rc4.c),it is creating the .dll file without any error. Command : ILINK32 rc4.obj 2.But,when we are trying to create .dll file with two...
5
3612
by: snicks | last post by:
I'm trying to exec a program external to my ASP.NET app using the following code. The external app is a VB.NET application. Dim sPPTOut As String sPPTOut = MDEPDirStr + sID + ".ppt" Dim p As New System.Diagnostics.Process 'p.Start(MDEPDirStr & "macrun.exe", sPPTOut) p.Start("C:\WINDOWS\SYSTEM32\CALC.EXE")...
3
6015
by: al.cpwn | last post by:
do static and inline functions or members have internal linkage? I have been reading this newsgroup on google and found conflicting ideas. Can someone please help me understand why in some places inline may have external linkage while in others it has internal (from what I have read in comments by people). Are there any (other) places where...
2
5308
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: 1>make_buildinfo.obj : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function _make_buildinfo2 Ask on...
6
121878
by: sadegh | last post by:
Hi I have a problem with my program in VC++6 When I compile it, the following errors are listed. I spend a lot of time on the groups.google.com to find its reason, but none of comments could not help me. Does any body know what is the problem?. Thanks. OtherFunctions.obj : error LNK2001: unresolved external symbol "int
0
2697
by: Ryan Gaffuri | last post by:
hlink72@hotmail.com (Eric) wrote in message news:<ab8d8b14.0308220550.54fb5f22@posting.google.com>... LNK1120 is a standard C++ error. you using Visual C++? Means your references a class that doesnt exist or something similiar to that. explanation on microsoft.com its not an oracle specific problem.
2
2707
by: =?Utf-8?B?YmFzaA==?= | last post by:
Hello, I am compiling a CPP code using Visual studion .net 2003. I get the following error, despite having windldap.h and wldap32.dll in my include and lib paths. Here is the error. uuid.lib rpcrt4.lib ole32.lib oleaut32.lib uuid.lib Creating library libsq00.lib and object libsq00.exp libq00.lib(ootb.obj) : error LNK2019: unresolved...
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7917
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. ...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7665
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...
0
7962
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5501
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...
0
5217
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...
1
2105
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
0
933
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...

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.