ASP.NET website: đồng hồ đếm ngược

ASP.NET website: đồng hồ đếm ngược

Bạn nhận một đơn đặt hàng thiết kế website yêu cầu có một đồng hồ thời gian đếm ngược (VD: đấu giá, thời gian khuyến mãi, v.v...) nhưng làm thế nào chèn một bộ đếm thời gian vào website và mỗi khi thời gian nhích một giây vẫn không làm cho trang web bị load lại. WEBXAULA.COM xin trình bày một cách đơn giản để có thể thực hiện được điều này. 

 ASP.NET website: đồng hồ đếm ngược

 Tại trang Default.aspx, bạn chèn code sau vào phần source HTML:

 

<div id="timelabel"></div>

 
<script type="text/javascript">
var leave =<%=seconds %>;
CounterTimer();
var interv=setInterval(CounterTimer,1000);
function CounterTimer()
{
var day = Math.floor(leave / ( 60 * 60 * 24))
var hour = Math.floor(leave / 3600) - (day * 24)
var minute = Math.floor(leave / 60) - (day * 24 *60) - (hour * 60)
var second = Math.floor(leave) - (day * 24 *60*60) - (hour * 60 * 60) - (minute*60)
hour=hour<10 ? "0" + hour : hour;
minute=minute<10 ? "0" + minute : minute;
second=second<10 ? "0" + second : second;
var remain=day + " days   "+hour + ":"+minute+":"+second;
leave=leave-1;
document.getElementById("timelabel").innerHTML=remain;
}
</script>
 
Sau đó bạn chèn code sau vào trang Default.aspx.cs:
 
public double seconds;
    protected void Page_Load(object sender, EventArgs e)
    {
        seconds = (GetEndTime() - GetStartTime()).TotalSeconds;
    }
    private DateTime GetStartTime()
    {
        return DateTime.Now;
    }
    private DateTime GetEndTime()
    {
        return new DateTime(2010, 5, 06, 8, 10, 0);
    }
 

Như vậy là OK rồi. Chúc các bạn thành công.

Bạn thấy bài viết này như thế nào?: 
Average: 9 (3 votes)
Ảnh của Tommy Tran

Tommy owner Express Magazine

Drupal Developer having 9+ year experience, implementation and having strong knowledge of technical specifications, workflow development. Ability to perform effectively and efficiently in team and individually. Always enthusiastic and interseted to study new technologies

  • Skype ID: tthanhthuy

Advertisement

 

jobsora

Dich vu khu trung tphcm

Dich vu diet chuot tphcm

Dich vu diet con trung

Quảng Cáo Bài Viết

 
Microsoft Launches Xbox App for iPhone

Microsoft Launches Xbox App for iPhone

Microsoft has launched a new Xbox LIVE app for iOS devices including the iPhone and iPad. The app, called My Xbox LIVE, allows users to edit their Xbox profile as well as their friends list, and compare achievements with other users.

Sony Ericsson Xperia mini Review

Sony Ericsson Xperia mini Review

Sony Ericsson has over the years remained committed to customizing their Android experiences with the latest development being the Sony Ericsson Xperia mini.

Drupal Site Building Class

Khóa học online Drupal Site Building

Việc chuyển đổi website design thành giao diện Drupal đòi hỏi một số kiến thức nhất định. Drupal Theming có thể rất chậm, nhưng có thể làm rất nhanh chóng, ...

Công ty diệt chuột T&C

 

Diet con trung