Page 1 of 1
Dynamic update of floating bar
Posted: Wed Aug 02, 2006 10:19 am
by nnpdn
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?
Thanks.
Posted: Wed Aug 02, 2006 10:34 am
by tecktalkcm0391
Just do a MySQL Database with the page name and then the info for it and then make it print the codes... Post you codes so we can Help you more....
Posted: Wed Aug 02, 2006 10:34 am
by Jenk
like a progress bar?
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.
Dynamic update of floating bar
Posted: Fri Aug 04, 2006 11:22 am
by nnpdn
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.
Thanks.