CLAMP's Famous Works > Manga Chapter Discussions

Chapter 121

<< < (56/66) > >>

Emiko:
::D: Whats your idea, Becster?

Becster:

--- Quote from: Emiko on July 14 2006, 05:19 am ---::D: Whats your idea, Becster?

--- End quote ---

Schwaaaaa...eet's a secret =D Let's just say it's angsty. Awwww. Poor Hideki D:

tg:

--- Quote from: Capella on July 14 2006, 03:11 am ---Yay, just six days! We should so have one of those little countdown thingies.

--- End quote ---

Yep.  The code for it is right here.

Edit: Better code has been edited in!!


--- Code: ---<script language="JavaScript1.2">



function setcountdown(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}

//////////CONFIGURE THE COUNTDOWN SCRIPT HERE//////////////////

//STEP 1: Configure the countdown-to date, in the format year, month, day:
setcountdown(2006,7,19)

//STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively
var occasion="HAPPY TSUBASA DAY!"
var message_on_occasion="New countdown coming soon."

//STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countdown area
var countdownwidth='550px'
var countdownheight='20px'
var countdownbgcolor='red'
var opentags='<font color="white"><font face="arial"><small>'
var closetags='</small></font>'

//////////DO NOT EDIT PASS THIS LINE//////////////////

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")


function start_countdown(){
if (document.layers)
document.countdownnsmain.visibility="show"
countdown(2000,1,1)
}

if (document.all)
document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>')

window.onload=start_countdown


function countdown(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
futurestring=montharray[mo-1]+" "+da+", "+yr
dd=Date.parse(futurestring)-Date.parse(todaystring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all)
countdownie.innerHTML=opentags+message_on_occasion+closetags
return
}
else{
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all)
countdownie.innerHTML=opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags
}
setTimeout("countdown()",1000)
}
</script>

<ilayer id="countdownnsmain" width=&{countdownwidth}; height=&{countdownheight}; bgColor=&{countdownbgcolor}; visibility=hide><layer id="countdownnssub" width=&{countdownwidth}; height=&{countdownheight}; left=0 top=0></layer></ilayer>
--- End code ---

ishiyaki:

--- Quote from: tg on July 14 2006, 06:51 am ---Yep. The code for it is right here.


--- Code: ---<script language="JavaScript">
TargetDate = "7/19/2006 4:52 PM";
BackColor = "pink";
ForeColor = "green";
CountActive = true;
CountStepper = -1;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "HAPPY TSUBASA DAY!!";
</script>
<script language="JavaScript" src="http://www.hashemian.com/js/countdown.js"></script>
</script>

--- End code ---

--- End quote ---
what's that code??? how does it work?

Capella:

--- Quote from: tg on July 14 2006, 06:51 am ---Yep.  The code for it is right here.


--- Code: ---<script language="JavaScript">
TargetDate = "7/19/2006 4:52 PM";
BackColor = "pink";
ForeColor = "green";
CountActive = true;
CountStepper = -1;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "HAPPY TSUBASA DAY!!";
</script>
<script language="JavaScript" src="http://www.hashemian.com/js/countdown.js"></script>
</script>

--- End code ---

--- End quote ---

Oooh, do we have somewhere we can put it?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version