上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: <head><style>.test{text-align:center;}.test ul{border:1px solid red;}.test li{display:inline;border:1px solid blue;margin:0px 10px}</style></head><body><div class="test"><ul><li>aaa</li><li>bbb</li><li>ccc</li>&l 阅读全文
posted @ 2013-02-28 19:17 网络爱上点击 阅读(502) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb23 阅读全文
posted @ 2013-02-28 19:14 网络爱上点击 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 如果是大型站 可用 ZendFramework如果是小型的 可用 ThinkPHP 阅读全文
posted @ 2012-09-22 22:25 网络爱上点击 阅读(165) 评论(0) 推荐(0) 编辑
摘要: <script language=javascript>function downfile(str){ window.location.href = str;}</script><input type=button onclick="Javascript:downfile('文件.mp3');"> 阅读全文
posted @ 2012-09-19 18:14 网络爱上点击 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 函数返回值 阅读全文
posted @ 2012-09-19 11:59 网络爱上点击 阅读(119) 评论(0) 推荐(0) 编辑
摘要: code 型lang型string 类型objeck 类型 对象Array 类型Json 类型 阅读全文
posted @ 2012-09-14 16:50 网络爱上点击 阅读(178) 评论(0) 推荐(0) 编辑
摘要: <?php session_start();var_dump($_SESSION);?> 阅读全文
posted @ 2012-08-16 12:06 网络爱上点击 阅读(160) 评论(0) 推荐(0) 编辑
摘要: js的var xmlHTTP;//检测用户名是否存在function CheckName(userName){ createXMLHTTP(); var url = "rh_userRegEvent.aspx?name='"+userName+"'&Event=check"; xmlHTTP.Open("GET",url,true); xmlHTTP.onreadystatechange=checkUserName; xmlHTTP.send(null);}// 注册用户function regUser(use 阅读全文
posted @ 2012-08-15 15:30 网络爱上点击 阅读(652) 评论(0) 推荐(0) 编辑
摘要: 用js<script language="JavaScript">function qq(){//提交操作var btn = document.getElementById("btn")btn.disabled=truec(4)}function c(i){ var btn = document.getElementById("btn") i--; if(i==0){ btn.value = "确定" btn.disabled=false } else{ btn.value = "确定(&qu 阅读全文
posted @ 2012-08-15 13:31 网络爱上点击 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 这个才是 change 判断select的值 如果改变 就触发事件selectedIndex 是选择了哪一个选项的索引值 是从0开始的希望对你有用。<select class="test"> <option value="1">aaaaa</option> <option value="2">bbbbbbbbb</option> <option value="3">ccccccc</option> </select> & 阅读全文
posted @ 2012-08-14 16:46 网络爱上点击 阅读(5822) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页