Forum Moderators: open

Message Too Old, No Replies

Beginner wants bigger things

recently looked into XML

         

humpingdan

9:57 pm on Oct 31, 2003 (gmt 0)

10+ Year Member



Whats this post boils down to is - how can i learn javascript over the net - i know this is a rather complex thing to ask and is possibly impossible, ive just been reading up on xml and only realised a few minutes ago that i need to have experience in javascript to draw in the xml

<script type="text/javascript">
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM")
xmlDoc.async="false"
xmlDoc.load("note.xml")
// ....... processing the document goes here
</script>

means nothing to me.

somebody help!

photon

10:16 pm on Oct 31, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



When I was first learning I went through the tutorials on WebMonkey. After that, it was looking at scripts and pulling them apart.

This [webmasterworld.com] might help too.