Anyone know how to achieve the following:
I have several testimonial divs, each with different content, like this:
<div ID="alice">Alice's testimonial.
Lots of other HTML</div>
<div ID="bill">Bill's testimonial.
Lots of other HTML</div>
<div ID="sandy">Sandy's testimonial.
Lots of other HTML</div>
I'd like to randomly load (on every page refresh)those divs into a <td> on my homepage, but I'm not sure how to do this.
Better yet, I'd like to place each of these divs into their own .aspx page, and randomly <include> them into that same <td> on my homepage
Any ideas? Any javascript (or .net) solutions welcome!
Thanks
Rick
I have several testimonial divs, each with different content, like this:
<div ID="alice">Alice's testimonial.
Lots of other HTML</div>
<div ID="bill">Bill's testimonial.
Lots of other HTML</div>
<div ID="sandy">Sandy's testimonial.
Lots of other HTML</div>
I'd like to randomly load (on every page refresh)those divs into a <td> on my homepage, but I'm not sure how to do this.
Better yet, I'd like to place each of these divs into their own .aspx page, and randomly <include> them into that same <td> on my homepage
Any ideas? Any javascript (or .net) solutions welcome!
Thanks
Rick