TranceAddict Forums

TranceAddict Forums (www.tranceaddict.com/forums)
- Chill Out Room
-- help with some code(xml)


Posted by King_Mack on May-24-2004 18:37:

Rasta help with some code(xml)

just outta curiousity, what am I doing wrong here?

var blah;

var myDoc = new ActiveXObject('Microsoft.XMLDOM');
myDoc.async = "false";

if (myDoc.load('entries.xml'))
{blah = "it works! it works!"; }
else
{ blah = "it doesn't work"; }


thanks in advance


Posted by meneedit on May-25-2004 01:37:

you shouldn't have thanked them in advance


Posted by Orbax on May-25-2004 01:41:

Get a life you code-monkey



Your welcome


Posted by King_Mack on May-25-2004 04:06:

quote:
Originally posted by Orbax
Get a life you code-monkey



Your welcome


DIE!!
hehe
im trying to help this chick with her homework


Posted by J.L. on May-25-2004 05:24:

how large is her pen0r?


Posted by Orbax on May-25-2004 05:38:

bahhaha I love the CORe


Posted by fmanolo on May-25-2004 12:58:

you forgot end if


Posted by DJAntSmith on May-25-2004 13:09:

You probably missed a full stop somewhere...


Posted by Thunder5 on May-25-2004 13:29:

What has this to do with xml (yes I notice that you're trying to parse an XML document).

What kind of error messages does the compiler/intepreter give you.. Those usually are very helpful when trying to figure out whats wrong..


Posted by UglyDave on May-25-2004 16:32:

although i dont know the first thing about xml.. i'm gonna have a guess and say:

= "false"

shoule be:

= false



no harm in tryin it!


Posted by tranceaholic on May-25-2004 17:37:

i also dont no jack about xml but ill try.. i think it is because u cant use the assigned simple to a string co u cant say x = " hi" but u can say x=2 so u can say x=hi but hi has to have a type am i making any sense



Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.