文章分类 -  javascript

摘要:ALL IBM Dell Lenovo 阅读全文
posted @ 2007-05-25 23:02 jun.ma 阅读(158) 评论(0) 推荐(0)
摘要:1.js取得当前时间2.js 取得text文本值href到另一个页面 公司网址: http:// 3.js日期比较 if (Date.parse(OneMonth+"/"+OneDay+"/"+OneYear) > Date.parse(TwoMonth+"/"+TwoDay+"/"+TwoYear)... 阅读全文
posted @ 2007-05-22 16:28 jun.ma 阅读(4981) 评论(0) 推荐(0)
摘要:JavaScripts in the body section will be executed WHILE the page loads.在body中插入的JavaScript在页面加载时会被执行。 JavaScripts in the head section will be executed when CALLED.在head中插入的JavaScript会在被调用时执行。 阅读全文
posted @ 2007-05-21 17:11 jun.ma 阅读(140) 评论(0) 推荐(0)