What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » XML Help needed

XML Help needed
Author: Message:
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: XML Help needed
Shouldn't
code:
xmlDoc.getElementById(Messenger.MyUserId) == "null"
be
code:
xmlDoc.GetElementById(Messenger.MyUserId) == null

MSDN says jscript for GetElementById should be capitalized like that. And most things when you check for null aren't in quotes. Your checking against the string null not null itself.
07-16-2006 11:24 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
XML Help needed - by Mothuim on 07-16-2006 at 10:20 PM
RE: XML Help needed - by Silentdragon on 07-16-2006 at 11:24 PM
RE: XML Help needed - by Mothuim on 07-16-2006 at 11:29 PM
RE: XML Help needed - by cooldude_i06 on 07-16-2006 at 11:46 PM
RE: XML Help needed - by Mothuim on 07-17-2006 at 12:21 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