this is a test thread test your VB code or what ever you need to here

yourdestonie

Countess Pervetta
Joined
Oct 14, 2002
Posts
52,549
Count down Clock test:


<script type="text/Days till The debauchery begins">


Annual Occasions Count Down script- By Kit
For this and over 400+ free scripts, visit http://www.javascriptkit.com



var today=new Date(1)

Enter the occasion's MONTH (4) and DAY (7):
var theoccasion=new Date(today.getFullYear(12, 8), 4, 7)


var beforeOccasionText="left until 2nd annual Spring Charlotte Litogether"
var onOccasiontext="The Fun begins!"

var monthtext=new Array("Jan","Feb","Mar","April","May","June","July","Aug","Sep","Oct","Nov","Dec")
theoccasion.setMonth(theoccasion.getMonth(4)-1) var showdate="("+monthtext[theoccasion.getMonth()]+" "+theoccasion.getDate(7)+")" //show date of occasion

var one_day=1000*60*60*24
var calculatediff=""

calculatediff=Math.ceil((theoccasion.getTime()-today.getTime())/(one_day))
if (calculatediff<0){ //if bday already passed
var nextyeartoday=new Date()
nextyeartoday.setFullYear(today.getFullYear()+1)
calculatediff=Math.ceil((nextyeartoday.getTime()-today.getTime())/(one_day)+calculatediff)
}

//Display message accordingly
var pluraldayornot=(calculatediff==1)? "day" : "days"
if (calculatediff>0)
document.write("<b>"+calculatediff+" "+pluraldayornot+" "+beforeOccasionText+" "+showdate+"!</b>")
else if (calculatediff==0)
document.write("<b>"+onOccasiontext+" "+showdate+"!</b>")

</script>

<p align="center"><font face="arial" size="-2">This free script provided by<br>
<a href="http://javascriptkit.com">********** Kit</a></font></p>
 
Last edited:
Heh... if you want to insert a ********** into your posting you must do it in your sig. The body of the message will not accept html, and the <Script> statement is an html command.
 
Bobmi357 said:
Heh... if you want to insert a ********** into your posting you must do it in your sig. The body of the message will not accept html, and the <Script> statement is an html command.
thanks I couldn't figure out what the problem was
 
Just stopped by to try a few things.

(you said I could)


(honest)

(honest)
PHP:
php
 
a quick look to see what the new sig line shows up as.
 
hooray! dare we think this might have cracked the code?? have to be careful -- one post won't convince. here goes another. . .

img=http://img1.imagevenue.com/loc139/c43_fuzzy.jpg
 
Back
Top