摘要:
浮层内嵌iframe及frame集合窗口,刷新父页面的多种方法Js代码 <scriptlanguage=JavaScript> parent.location.reload(); </script> <script language=JavaScript>parent.location.reload();</script>弹出子页面Js代码 <... 阅读全文
posted @ 2009-11-29 16:28
ForFreeDom
阅读(1054)
评论(0)
推荐(0)
摘要:
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataKeyNames="surveyid" Width="... 阅读全文
posted @ 2009-11-29 16:26
ForFreeDom
阅读(403)
评论(0)
推荐(0)
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//1、比较时间大小的实验stringst1="12:13";stringst2="14:14";DateTimedt1=Convert.ToDateTime(st1);DateTimedt2=Con... 阅读全文
posted @ 2009-11-29 14:53
ForFreeDom
阅读(263)
评论(0)
推荐(0)