Dynamic update of floating bar

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!

Moderator: General Moderators

Post Reply
nnpdn
Forum Newbie
Posts: 2
Joined: Wed Aug 02, 2006 10:13 am

Dynamic update of floating bar

Post 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.
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post 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....
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post 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.
nnpdn
Forum Newbie
Posts: 2
Joined: Wed Aug 02, 2006 10:13 am

Dynamic update of floating bar

Post 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.
Post Reply