2013年1月4日

JS页面刷新实现方法总结

摘要: 定时刷新: 1,<script>setTimeout("location.href='url'",2000)</script> 说明:url是要刷新的页面URL地址 2000是等待时间=2秒, 2,<meta name="Refresh" content="n;url"> 说明: n is the number of seconds to wait before loading the specified URL. url is an absolute URL to be loade 阅读全文

posted @ 2013-01-04 20:10 shjy5 阅读(396) 评论(0) 推荐(0)

php 一些常用的语句

摘要: 1:连接数据库:<?php$conn = mysql_connect("localhost","root","root") or die("数据库连接失败".mysql_error());mysql_select_db("db_pursey",$conn) or die("数据库访问失败".mysql_error());mysql_query("set names gb2312");?>2:插入数据:<?phpinclude(" 阅读全文

posted @ 2013-01-04 18:02 shjy5 阅读(223) 评论(0) 推荐(0)

javascript 的alert的变量输出

摘要: <form name="testform" method="post" action="add.php"> <input type="text" name="username" id="username"/> <input type="text" name="tel" id="tel" /> <nput type="submit" name="s 阅读全文

posted @ 2013-01-04 17:53 shjy5 阅读(13782) 评论(0) 推荐(0)

导航