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

[?] Finding Images in InternetExplorer Object
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [?] Finding Images in InternetExplorer Object
Well, I've managed to do it a long time ago
code:
function callback(Browser){
    function Browser::DocumentComplete()
    {   
        Browser.Document.getElementById("your_picture_id").onclick = new Function("MsgPlus.DisplayToast('', ';o');" )
    }
}
var Wnd = MsgPlus.CreateWnd("windows.xml", "browserwnd");
var MyBrowser = Wnd.Browser_GetInterface("MyBrowserControl");

callback(MyBrowser);
MyBrowser.navigate("c:\\test.html");  // just for testing
just don't look at Google, have a look at MSDN :)
09-13-2008 02:52 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Finding Images in InternetExplorer Object - by Spunky on 09-12-2008 at 11:39 PM
RE: [?] Finding Images in InternetExplorer Object - by felipEx on 09-13-2008 at 02:52 AM
RE: [?] Finding Images in InternetExplorer Object - by Spunky on 09-13-2008 at 02:58 AM
RE: [?] Finding Images in InternetExplorer Object - by Jarrod on 09-13-2008 at 04:17 AM
RE: [?] Finding Images in InternetExplorer Object - by Spunky on 09-13-2008 at 04:37 AM
RE: [?] Finding Images in InternetExplorer Object - by Felu on 09-13-2008 at 06:31 AM
RE: [?] Finding Images in InternetExplorer Object - by NanaFreak on 09-13-2008 at 06:47 AM
RE: [?] Finding Images in InternetExplorer Object - by SmokingCookie on 09-13-2008 at 07:11 AM
RE: [?] Finding Images in InternetExplorer Object - by Matti on 09-13-2008 at 07:55 AM
RE: [?] Finding Images in InternetExplorer Object - by SmokingCookie on 09-13-2008 at 08:13 AM


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