摘要: <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><body><script language="JavaScript" type= 阅读全文
posted @ 2017-09-21 13:03 BOOTS 阅读(459) 评论(0) 推荐(0)
摘要: 出处 <!-- [test]表生成脚本 if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[test]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop tab 阅读全文
posted @ 2017-09-21 12:57 BOOTS 阅读(546) 评论(0) 推荐(0)
摘要: 首先,动态添加表格是要在前台实现的,当然后台也可以,不过可能要用到ajax,很麻烦,所以最好采用javascript来实现,下面来介绍动态添加表格行的两种方式:第一种:源码Javascript: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 阅读全文
posted @ 2017-09-21 12:56 BOOTS 阅读(731) 评论(0) 推荐(0)
摘要: 终于找到解决的,贴出来,让和我有同样问题的人有一种解决方法。 WINXP或者WIN2003客户端访问瑞友出错,提示无法连接服务器如下图所示 WINXP或者WIN2003客户端访问瑞友出错,提示无法连接服务器如下图所示 解决方法:使用regsvr32 c:\windows\system32\mstsc 阅读全文
posted @ 2017-09-19 10:34 BOOTS 阅读(4365) 评论(0) 推荐(0)
摘要: 页面自动刷新代码大全,基本上所有要求自动刷新页面的代码都有,大家可以自由发挥做出完美的页面。1)10表示间隔10秒刷新一次2)<script>window.location.reload(true);</script>如果是你要刷新某一个iframe就把window给换成frame的名字或ID号3)<script>window.navigate("本页面url");</script>4>function abc(){window.location.href="/blog/window.location.href 阅读全文
posted @ 2013-05-16 17:20 BOOTS 阅读(1311) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示