Redian新闻
>
问一下关于load image的servlet
avatar
问一下关于load image的servlet# Java - 爪哇娇娃
S*t
1
我有个servlet专门load image.不过通常这些image
都很大。我不希望用户一直等。如何在load image
的时候在页面上显示loading。。。然后load完了
以后直接转成image? thanks.
avatar
g*g
2
Simple one is to have a hidden div with this "loading",
and you show this div immediately after you click the load button
in javascript. Then when the request returns, the page will
be refreshed to show the image.
For better user experience, you have to go with AJAX.

【在 S*******t 的大作中提到】
: 我有个servlet专门load image.不过通常这些image
: 都很大。我不希望用户一直等。如何在load image
: 的时候在页面上显示loading。。。然后load完了
: 以后直接转成image? thanks.

avatar
S*t
3
能给一下有关AJAX这方面的link吗?
倒是写过一些AJAX authentication的东西

【在 g*****g 的大作中提到】
: Simple one is to have a hidden div with this "loading",
: and you show this div immediately after you click the load button
: in javascript. Then when the request returns, the page will
: be refreshed to show the image.
: For better user experience, you have to go with AJAX.

avatar
b*u
4
just use a animated gif
avatar
S*t
5
how to switch to the real image after
say 5 seconds when it is done?
Can you show me an example javascript?

【在 b****u 的大作中提到】
: just use a animated gif
avatar
A*o
6
google: javascript setTimeout() and setInterval()

【在 S*******t 的大作中提到】
: how to switch to the real image after
: say 5 seconds when it is done?
: Can you show me an example javascript?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。