For a website I'm designing, I would like to have a customer testimonials page that rotates the data based on an excel spreadsheet. The excel spreadsheet has two columns, one named "Company Name" and one named "testimony".
What I would like is to have a header and text area that pull the "company name" and "testimony" from any given row, puts the "company name" in the header and the "testimony" in the text area. When the page is reloaded it pulls a different "company name" and "testimony" from a different row, so the testimony showing changes each time the page is reloaded. Also, the coding would have to allow for changes to the database as more customer testimonials are added. It doesn't matter to me if the customer testimonials are loaded in sequential order of if they are pulled at random.
I would say I'm at an intermediate level of javascripting, but I don't even know where to start on something like this, or if it would even be possible to this with just javascripting.
Has anyone done anything like this or know how it could be done? I'm open to other types of databases besides using excel if you know of a way to do it.
Thanks in advance for any help on this.



Reply With Quote

Bookmarks