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:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: [help] InternetExplorer Object events...
Javascript code:
var Window = MsgPlus.CreateWnd("Windows.xml", "WndBrowser", 0);
var BrowserObj = Window.Browser_GetInterface("Browser");
BrowserObj.GoHome();
function BrowserObj::BeforeNavigate()
{
    // do loading stuff
}

code:
Message in Script Debug
Script is starting
Error: 'BrowserObj' is undefined (code: -2146823279)
       File: Browser.js. Line: 4.
Script has failed to start
It seems that none of the events work.  Any ideas?

Edit: tried with variables, still didn't work.
Javascript code:
function BrowserObj::BeforeNavigate(pDisp, url, Flags, TargetFrameName, PostData, Headers, Cancel)


This post was edited on 01-16-2010 at 11:20 AM by whiz.
01-16-2010 11:17 AM
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