Connecting Tech Pros Worldwide Help | Site Map

windows.external call

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 4th, 2005, 01:05 PM
Sandeep
Guest
 
Posts: n/a
Default windows.external call

Hi

I have a VC++ ui which has an HTML Container. I have several Javascript
functions that need to call functions in VC++ UI. For this , the
existing code is using a call "windows.external". What I am unable to
link is the fact that upon calling windows.external , why a C++ UI is
called and not something else.
I want to understand that if I call windows.external from a js, how is
the function call resolved.

Thanks
Sandeep


  #2  
Old November 4th, 2005, 02:05 PM
Martin Honnen
Guest
 
Posts: n/a
Default Re: windows.external call


Sandeep wrote:
[color=blue]
> I have a VC++ ui which has an HTML Container. I have several Javascript
> functions that need to call functions in VC++ UI. For this , the
> existing code is using a call "windows.external". What I am unable to
> link is the fact that upon calling windows.external , why a C++ UI is
> called and not something else.
> I want to understand that if I call windows.external from a js, how is
> the function call resolved.[/color]

window.external is nothing specific to JavaScript but rather a property
in the MS IE browser object model:
<http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/external.asp>
The architecture behind that is explained here:
<http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/overview/overview.asp>


--

Martin Honnen
http://JavaScript.FAQTs.com/
  #3  
Old November 4th, 2005, 04:15 PM
Sandeep
Guest
 
Posts: n/a
Default Re: windows.external call

[color=blue]
> window.external is nothing specific to JavaScript but rather a property
> in the MS IE browser object model:
> <http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/external.asp>
> The architecture behind that is explained here:
> <http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/overview/overview.asp>
> --
> Martin Honnen[/color]

Thanks Martin, It does clear a lot of things. My premise of thinking
..external as a javascript specific thing was the problem.

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.