Connecting Tech Pros Worldwide Help | Site Map

windows.external call

  #1  
Old November 4th, 2005, 02:05 PM
Sandeep
Guest
 
Posts: n/a
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, 03:05 PM
Martin Honnen
Guest
 
Posts: n/a

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, 05:15 PM
Sandeep
Guest
 
Posts: n/a

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.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
unresolved external symbol Kevin Stedman answers 0 November 17th, 2005 02:46 PM
Windows Service and FileSystemWatcher Problems Bonnett answers 2 November 16th, 2005 05:31 AM
Tech: How to return a value to an external call? Paul Drabik answers 3 November 12th, 2005 11:13 PM
Tech: How to return a value to an external call? Paul Drabik answers 3 November 12th, 2005 10:49 PM