Forum Moderators: open

Message Too Old, No Replies

Dynamic Refresh w/ XML Data

How to grab XML data w/o completely refreshing the page

         

HireAWebGeek

3:22 pm on Oct 14, 2004 (gmt 0)

10+ Year Member



Can someone point me in the direction of how to pull XML data into a page, and then refresh it w/ JavaScript without refreshing the entire page?

Thank you,

Scott

macrost

3:35 pm on Oct 15, 2004 (gmt 0)

10+ Year Member



Here's an idea, not sure if this applies to your current situation though.

In the page that is currently grabbing the xml data, take that code and put it into a new page. On the original page, include that new page.

In the new page, then you go ahead and just a refresh everytime you want new data.

HTH

Xmlx

3:02 pm on Oct 23, 2004 (gmt 0)

10+ Year Member



I managed to find this great cross-browser JavaScript example that shows how to call an XML dynamically. It includes no refresh of the page.

[quirksmode.org...]

By the way, this guy's site is an awesome JavaScript resource.