Hi..
im new to this Ajax thing . and i wanted to try this
http://labs.adobe.com/technologies/spry/samples/data_region/SuggestSample.html
neat little Autosuggest form.
But this does'nt work anymore ..when i save it locally.
this is what i've done so far :
- Firefox -> save pages as ..(index.html)
- new folder ( test23 )
- also saved the products.xml
- opened index.html
- change this line :
var dsProducts = new Spry.Data.XMLDataSet("../../demos/products/products.xml", "/products/product", { sortOnLoad: "name" })
- into :
var dsProducts = new Spry.Data.XMLDataSet("products.xml", "/products/product", { sortOnLoad: "name" })
- test failed :(
so .. can someone help me out ?