Tagged Questions

2
votes
1answer
69 views

How can I build a rotating “Tips” feature using Javascript

I'd like to build a Javascript function that can read tips off of an XML or text document and display them randomly. I may up to two on screen at a time and it would be nice if the …