PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to create a floating bar which shows data updated from another page. I am thinking of using ajax but not sure how to load data to the floating bar. Any suggestion?
XMLHttpRequest(); for the percentage completed, then translate that to the width of an image (the image being the bar) is one method that springs to mind.
It is a bar that automatically scrolls down when we scroll the page. In this bar we show the number of selected items in the current page during the selection process. The codes that build the floating bar is written in javascript.