Created
February 5, 2011 20:16
-
-
Save Restuta/812753 to your computer and use it in GitHub Desktop.
Tanahas first programm =)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<Script Language="JavaScript"> | |
//мой скрипт | |
Lets = new Date(); | |
var mya = Lets.getMonth(); | |
var mya1 = mya + 1 | |
document.write("<font color='green'>Привет. Сегодня " + Lets.getDate() + "/" + mya1 + "/" + Lets.getFullYear() + ". Я написала этот скрипт, потому, что ... так оно и есть!</font>"); | |
</SCRIPT> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment