Category Archives: Computers and Internet

Javascript Countdown Timer


<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; < html xmlns="http://www.w3.org/1999/xhtml&quot; > < head runat="server"> <title>Countdown Timer Demo</title> <script type="text/javascript"> var hrs; var mins; function cd() { hrs = 1 * h( … Continue reading

Posted in Computers and Internet | Leave a comment