XML and Postback issue

  • Thread starter Thread starter Erik Lautier
  • Start date Start date
E

Erik Lautier

Hi,

I've got a dynamically generated dropdownlist of sizes, which, when
selected, shows current inventory for that size. I originally just
called to the server when the size was changed to display inventory,
but I wanted it to happen more seamlessly, so I wrote the data to an
XML file when the overall product page was visited and accessed it
that way...the problem is that it's still posting back to get the XML
data. What's I'm looking for is a way to do this without calling back
to the server at all. Any ideas?

Thanks,

Erik
 
Thanks John, I had a look at the link. Is it possible to pull one
cell at a time from the island? While I'd be pulling the shirt size
and quantity into the XML which would generate a table six rows tall
by two columns wide, I'd only need to pull the quantity for one size
at a time.

Also, will this not work in Firefox?

Erik
 
Back
Top