RE: [NF] HOWTO:Any ajax gurus out there?

2006-12-26 Thread john harvey
I'm trying to use some ajax to keep my browsers clean, but it ain't happening. I guess I may need to use comet instead! Here's the xmlfile I'm trying to use to populate a combobox in a webpage and the xml gets returned, but I can't get the nodes to show up. From a sample I found on the internet

Re: [NF] HOWTO:Any ajax gurus out there?

2006-12-26 Thread Ted Roche
On 12/26/06, john harvey [EMAIL PROTECTED] wrote: alert(myrequest.getElementsByTagName(PLAYS)[0].text); // doesn't work try dropping the S and get Elements By Tag Name PLAY -- Ted Roche Ted Roche Associates, LLC http://www.tedroche.com ___ Post

RE: [NF] HOWTO:Any ajax gurus out there?

2006-12-26 Thread john harvey
] HOWTO:Any ajax gurus out there? On 12/26/06, john harvey [EMAIL PROTECTED] wrote: alert(myrequest.getElementsByTagName(PLAYS)[0].text); // doesn't work try dropping the S and get Elements By Tag Name PLAY -- Ted Roche Ted Roche Associates, LLC http://www.tedroche.com [excessive quoting