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
http://www.w3schools.com/xml/xml_data_island.asp
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Erik Lautier" <lau...@gmail.com> wrote in message
news:1187734730....@i13g2000prf.googlegroups.com...
Also, will this not work in Firefox?
Erik
On Aug 21, 6:39 pm, "John Timney \(MVP\)"
<x_j...@timney.eclipse.co.uk> wrote:
> You could convert it to a client side data island and access the data
> locally
>
> http://www.w3schools.com/xml/xml_data_island.asp
>
> Regards
>
> John Timney (MVP)http://www.johntimney.comhttp://www.johntimney.com/blog
>
> "ErikLautier" <laut...@gmail.com> wrote in message
http://www.w3schools.com/xml/xml_parser.asp
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Erik Lautier" <lau...@gmail.com> wrote in message
news:1187758012.9...@j4g2000prf.googlegroups.com...