- 博客(9)
- 收藏
- 关注
原创 我做的2级联动下拉框
这是我实现得联动下拉框实现了省级以及地区得联动 页面前台代码:Inherits="LinkageList.DataBind" %> WebForm1 http://schemas.microsoft.com/intellisense/ie5"> var xmlHttp;//声明全局得XmlHttpRequest对象 var provinceID
2007-09-22 21:58:00
806
原创 JavaScript 学习--对话框的多级实现
http://www.w3.org/TR/html4/strict.dtd"> Untitled Document function alert1() { alert(你激活了第一种); } function alert2() { if(confirm("你确定要去洪波小老虎的博客啊?")) { location.href=
2007-08-29 21:42:00
488
1
原创 简单的时钟实现
http://www.w3.org/TR/html4/strict.dtd"> 简单的时间对象的演示 function startTime() { var today=new Date(); var hour=today.getHours(); var minutes=today.getMinutes(); var second=today.ge
2007-08-28 21:28:00
476
原创 简单的文档对象的使用以及普通窗体的使用
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Untitled Document var wind; var statusStr=window.status; function openWindow(url) { alert(url); wind=document.open(u
2007-08-28 21:24:00
370
原创 javaScript核心对象--------------string
http://www.w3.org/TR/html4/strict.dtd"> JavaScript 核心对象string function upString(str) { document.getElementById("txtUped").value=str.toUpperCase(); } function downString(str) {
2007-08-27 22:18:00
378
原创 没有一个准确的标题不知道说什么好
最近在搞培训,教育我的学生。很多高手笑了说旦旦你还是个菜鸟怎么敢来误人子弟?不知道怎么就走到了今天,但是我看到我的徒弟们都很奋进我还是很开心,我不求将他们都教育为高手,只要培养成一个熟练的有潜力的可以编程不至于拖项目团队后腿的人。 推手一算我也已经成为一个老鸟了,呵呵 ,众多师父笑了,孩子还小!@! 很多人说我不注意理论的教育,我们中国现在需要的是产业工人不是一批专家。
2007-08-26 21:42:00
422
原创 JavaScript 学习--二级联动菜单实现
function slcCity(x) { var stateLength=document.forms[0].slcState.options.length; var states=new Array(stateLength); for(var i=0;i<stateLength;i++) { states[i]=new
2007-08-24 22:40:00
478
原创 简单导航条 JavaScrit
http://www.w3.org/TR/html4/strict.dtd"> Untitled Document function Transfer(x) { //将selsect1对象赋给变量list,方便以后引用,虽然这里只引用一次,但是作为一个好习惯,我们还是有必要坚持的 //呵呵 天轰穿哥哥说的 var list=document.tran.sl
2007-08-24 21:41:00
481
原创 JavaScript学习
http://www.w3.org/1999/xhtml" > 无标题页 function txt()//文本框的txtChange事件 { document.getElementById("pwd").value=document.getElementById("txt").value; alert(document.getElemen
2007-08-21 23:34:00
805
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人