AJAX progress bar dispaying loading progress perce

2019-01-28 13:04发布

How do you use a progressbar to show the loading percentage for a page? ...(similar to how they show in flash)

Thanks

4条回答
Summer. ? 凉城
2楼-- · 2019-01-28 13:42

Impossible(on IE8 & FF3 & Opera without plugin or extension). If you want real loading percentage include HTML + Javascript + Stylesheet + Image. you can only detect how many file loaded to page(only Image & javascript can be detected by this technique).

查看更多
Fickle 薄情
3楼-- · 2019-01-28 13:42

I would say that if you need a progressbar for a page, that page might need some rethinking.

Personally I don't like pages that have progress bars (Like the one in the ASUS Download Area). They are just annoying. My browser already have a progressbar. And I would like my bandwidth to be used to download the page and not graphics that would just tell me that I am still waiting for the page.

When it comes to AJAX requests ON a page though, I would just use a spinner thing of some sort. To tell the user that something is going on and that the page is not dead. And again, if the background request takes so long that you would need a progressbar, I would again say that the background request should maybe be rethought.

查看更多
闹够了就滚
4楼-- · 2019-01-28 13:44

Hey, check out the upload progress dialog at s3fm, a free online Amazon s3 file manager.

查看更多
Animai°情兽
5楼-- · 2019-01-28 14:04

oh that so easy, you copy down my code and paste on your website, however is not very cool, but still can use.

CODE : <SCRIPT LANGUAGE='JavaScript' SRC='http://www.seabreezecomputers.com/tips/progress.js' TYPE='text/javascript'> </SCRIPT>

REMEMBER THIS CODE IS PASTE BETWEEN "/Head" and "BODY"

  [1]: http://dw6-vista-tdx.blogspot.com
查看更多
登录 后发表回答