javascript编程
na_na_er
这个作者很懒,什么都没留下…
展开
-
鼠标经过区块会变色的实验
html>head>meta http-equiv="Content-Type" content="text/html; charset=gb2312" />title>Untitled Documenttitle>head>body>table width="761" height="119" border="1"> tr onmouseover=this.style.backgroun原创 2007-01-12 11:13:00 · 605 阅读 · 0 评论 -
js中SetInterval与setTimeout用法
js中SetInterval与setTimeout用法2006-10-07 15:15 js中SetInterval与setTimeout用原创 2007-01-12 17:19:00 · 1142 阅读 · 0 评论 -
calendar
html>head>script language="javascript" src="calendar.js">script>head>body>a style="cursor:hand" href="javascript:ShowCalendar(data_begin)">开始日期a>input type="text" name="data_begin">br>a style="原创 2007-01-16 13:23:00 · 609 阅读 · 0 评论 -
checkform
function checkform() ...{ if(addform.p_name.value=="") ...{ alert("错误:请输入友情连接页面名称!"); addform.p_name.focus(); return false; } } functio原创 2007-01-16 13:06:00 · 722 阅读 · 0 评论 -
获取document中的元素编程(javascript)
function show(strtype)...{ document.all.item(strtype).style.display = "block";}function hide(strtype)...{ document.all.item(strtype).style.display = "none";} SCRIPT type=text/jav原创 2007-01-17 14:50:00 · 631 阅读 · 0 评论 -
textarea背景图片|背景颜色
无标题文档.unnamed1 {background-image: url(ai1.jpg);}-->.unnamed2 {background: url(ai1.jpg);}--> textarea的背景颜色原创 2007-01-19 16:18:00 · 2447 阅读 · 0 评论