deadseasquirrel
07-12-2004, 07:41 PM
I am trying to create an intranet page using XML stuff and javascript, and I was just wondering where it gets it's function library. I mean I am creating classes like ActiveXObject and DOMParser and not only do I have no idea where to find their APIs online, I don't even understand how come I can use those objects. I don't remember including them on my webpage somehow?
I am just really confused by where the API is for certain objects that I am using readily on a webpage I am building. I still don't understand whether I should be posting a question like this in XML, DOM, or Javascript. There doesn't seem to be a clear line separting those things sometimes. Like when I use a function like getElementsByTagName, is that a javascript issue, a DOM issue, or an XML issue? HOpefully somebody can explain?
I am just really confused by where the API is for certain objects that I am using readily on a webpage I am building. I still don't understand whether I should be posting a question like this in XML, DOM, or Javascript. There doesn't seem to be a clear line separting those things sometimes. Like when I use a function like getElementsByTagName, is that a javascript issue, a DOM issue, or an XML issue? HOpefully somebody can explain?