|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hello
hello
Code:
hello |
|
#2
|
|||
|
|||
|
hello
![]()
__________________
" the rarer action is in virtue than in vengeance... " |
|
#3
|
|||
|
|||
![]() |
|
#4
|
|||
|
|||
|
PHP Code:
__________________
Please don't visit my lame personal website, www.webhamster.co.uk. Half the time it doesn't even work! |
|
#5
|
|||
|
|||
|
PHP Code:
__________________
Click here and wait. It's a kewl effect, trust me. |
|
#6
|
|||
|
|||
|
Code:
<HTML>
<HEAD>
<TITLE>Date</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function MakeArray(n) {
this.length = n
return this
}
monthNames = new MakeArray(12)
monthNames[1] = "January"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "September"
monthNames[10] = "October"
monthNames[11] = "November"
monthNames[12] = "December"
dayNames = new MakeArray(7)
dayNames[1] = "Sunday"
dayNames[2] = "Monday"
dayNames[3] = "Tuesday"
dayNames[4] = "Wednesday"
dayNames[5] = "Thursday"
dayNames[6] = "Friday"
dayNames[7] = "Saturday"
function customDateString() {
currentDate = new Date()
var theDay = dayNames[currentDate.getDay() + 1]
var theMonth = monthNames[currentDate.getMonth() + 1]
msie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
if (msie4) {
var theYear = currentDate.getYear()
}
else {
var theYear = currentDate.getYear() +1900
}
return theDay + ", " + theMonth + " " + currentDate.getDate() + ", " + theYear
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#FFFFFF">
<center><h2>
<SCRIPT LANGUAGE="JavaScript">
document.write(customDateString())
</SCRIPT>
</center>
</h2>
</BODY>
</HTML>
this is a demo: http://www.85time.com/bbs/showthread.php?threadid=144 |
|
#7
|
|||
|
|||
|
yo sup? >>hello<<
What's with the date/demo thing
![]() |
|
#8
|
|||
|
|||
|
Re: yo sup? >>hello<<
Quote:
the code is the same, the demo is here: http://www.85time.com/bbs/showthread.php?threadid=144 |
|
#9
|
|||
|
|||
|
.............................
............ i can really read chinese
lol ![]() |
![]() |
| Viewing: Dev Shed Forums > Other > Dev Shed Lounge > hello |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|