What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] InternetExplorer Object events...

[help] InternetExplorer Object events...
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: RE: [help] InternetExplorer Object events...
quote:
Originally posted by whiz
It seems that none of the events work.  Any ideas?

this should do the trick :)
JScript code:
var Wnd = MsgPlus.CreateWnd("InterfaceTest.xml", "WndTest");
var browser = Wnd.Browser_GetInterface("browser");
 
(function(Browser) {
 
    function Browser::DocumentComplete(){
    }
 
    function Browser::NavigateComplete2(pDisp, URL){
        Debug.Trace(URL);
    }
 
    function Browser::TitleChange(sText){
    }
 
    function Browser::DownloadBegin(){
    }
   
    function Browser::ProgressChange(nProgress, nProgressMax){
    }
 
})(browser);
 
browser.Navigate2("http://www.google.com");
// browser.GoHome();

As for keeping track of the history list you could manually do it using the appropriate event ;-)
01-16-2010 10:15 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] InternetExplorer Object events... - by whiz on 01-15-2010 at 09:06 PM
RE: [help] InternetExplorer Object events... - by roflmao456 on 01-16-2010 at 03:45 AM
RE: [help] InternetExplorer Object events... - by whiz on 01-16-2010 at 11:17 AM
RE: RE: [help] InternetExplorer Object events... - by felipEx on 01-16-2010 at 10:15 PM
RE: [help] InternetExplorer Object events... - by whiz on 01-17-2010 at 01:37 PM
RE: [help] InternetExplorer Object events... - by matty on 01-18-2010 at 04:27 PM
RE: [help] InternetExplorer Object events... - by whiz on 01-18-2010 at 05:15 PM
RE: [help] InternetExplorer Object events... - by matty on 01-18-2010 at 05:47 PM
RE: [help] InternetExplorer Object events... - by whiz on 01-18-2010 at 05:52 PM
RE: [help] InternetExplorer Object events... - by matty on 01-18-2010 at 05:54 PM
RE: [help] InternetExplorer Object events... - by whiz on 01-18-2010 at 07:14 PM
RE: [help] InternetExplorer Object events... - by matty on 01-18-2010 at 07:21 PM
RE: [help] InternetExplorer Object events... - by whiz on 01-18-2010 at 07:48 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On