2009年9月17日

自己写的一个计算器

摘要: <html><head><meta http-equiv="Content-Type" content="text/html; charset=gbk"><title>计算器</title></head><body bgcolor="Silver"><center>All world will give way to you,if you know where is you go.<hr><span id = " 阅读全文

posted @ 2009-09-17 11:31 台哥编程课堂 阅读(246) 评论(0) 推荐(0)

自己写的一个日历表

摘要: <html><head><title>2009年8月2日上午写于三坝雅苑</title><script language="javascript"> function cumt(){ //得到输入的年和月 var yyyy = document.all.year.value; var mm = document.all.month.value; //得到该年该月的天数和第一天是星期几 var number = getNumber(yyyy,mm); var day = getDay(yyyy,mm); ... 阅读全文

posted @ 2009-09-17 11:21 台哥编程课堂 阅读(412) 评论(0) 推荐(0)

导航