javascript_howto thread: How to create a dynamic gallery for JS?
I've been trying to figure out how to create a gallery which will need to be constantly changed, my thoughts eventually led to attempting it through Javascript accessing a CSV file which stored the variables. ie image.ext,price,desc Until the script hits EOF. Any ideas on how?
|





