·用户注册
·用户登陆
·用户中心
首页
+
网络学院
+
网页特效
+
实用工具
+
网络资源
+
字体下载
+
娱乐世界
+
时尚前沿
+
图片中心
+
动漫天地
+
金石社区
图形
-
网页设计
-
优化
-
动易
-
动网
-
HTML
-
PSD
-
FLASH模板
-
插件
-
杀毒
-
系统工具
-
FLASH音乐
-
FLASH游戏
-
美女
您现在的位置:
金石网
>>
网页特效
>>
时间日期
>> 特效正文
下拉菜单中的日期
『 更新时间:2002-9-14 』『 字体:
变小
变大
』『 作者:未知 | 来源:网络 』
把如下代码加入<body>区域中: 把如下代码加入区域中 <FORM><SELECT size=1 name=dates> <SCRIPT language=JavaScript> <!-- today = new Date(); thismonth = today.getMonth() + 1; thisyear = today.getYear(); thisday = today.getDate(); maxdays=31;//default // months with 30 days if (thismonth==4 || thismonth==6 || thismonth==9 || thismonth==11) { maxdays=30 } // february, leap year if (thismonth==2) { // feb if ((thisyear/4)!=parseInt(thisyear/4)) { maxdays=28 } else { //leap year maxdays=29 } } thismonth = "" + thismonth if (thismonth.length == 1) { thismonth = "0" + thismonth; } for (var theday = 0; theday <= maxdays; theday++) { if (theday == 0) { document.write ("<OPTION SELECTED> "+ thisday + "-" + thismonth + "-" + thisyear ) document.write ("<OPTION>**********") } else { var thed = "" + theday if (thed.length == 1) { thed = "0" + thed; } document.write ("<OPTION> " + thed + "-" + thismonth + "-" + thisyear) } } --> </SCRIPT> </SELECT> </FORM>
【点击数:】【
发表评论
】【
加入收藏
】【
告诉好友
】【
打印此文
】【
关闭窗口
】
相
关文章
您的姓名:
评分等级:
1分
2分
3分
4分
5分
评论内容:
1、严禁发表危害国家安全、政治、黄色淫秽等内容的评论。
2、用户需对自己在使用金石网服务过程中的行为承担法律责任。
3、本站管理员有权保留或删除评论内容。
4、评论内容只代表网友个人观点,与本网站立场无关。
控制窗口打开日期
随日期变换文本
一个较酷的层叠式下拉菜单
静态导航菜单
目录式导航菜单(鼠标放上的下拉菜单。)
文本静止不动的菜单静止一处
下拉式导航菜单(慢慢隐现有点爽)
日期时间都在一个按钮上显示
title显示日期
计算几天后的日期
网
友评论
|
设为首页
|
加入收藏
|
联系我们
|
版权申明
|
友情链接
|
站点地图
|
网站帮助
|
网站留言
|
广告服务
|
Copyright © 2001-2008
K
ings
N
et.biz All Rights Reserved. 金石工作室 版权所有