Click to See Complete Forum and Search --> : Javascript & xml


LHayrl
11-29-2003, 11:55 AM
I am creating a html page where I want people to be able to search for a movie by name to see if it is available by checking an xml document. I have the search box in place but how to I code with javascript to get the info from my xml document?And how would it then show all the element info by just pulling the name? Is this possible?

ray326
11-29-2003, 12:00 PM
Check the article about "Inner Browsing" on the Netscape Developers Edge.

fredmv
11-29-2003, 12:04 PM
Didn't you already post this (http://forums.webdeveloper.com/showthread.php?s=&postid=116239#post116239)?

LHayrl
11-29-2003, 01:20 PM
Sort of... but I still can't figure it out even after looking at the material I was pointed to.