09 2010 档案

摘要:<styletype="text/css"><!--div{position:absolute;/*绝对定位*/top:50%;/*距顶部50%*/left:50%;/*距左边50%*/height:200px;margin-top:-100px;/*margin-top为height一半的负值*/width:400px;margin-left:-200px;/*margin-l... 阅读全文
posted @ 2010-09-14 20:45 itor 阅读(170) 评论(0) 推荐(0)
摘要:非模态刷新父页面:window.opener.location.reload(); 模态刷新父页面:window.dialogArguments.location.reload(); 先来看一个简单的例子: 下面以三个页面分别命名为frame.html、top.html、bottom.html为例来具体说明如何做。 frame.html 由上(top.html)下(bottom.html)两个... 阅读全文
posted @ 2010-09-10 13:43 itor 阅读(230) 评论(0) 推荐(0)
摘要:如果用的模式窗体,可以用window.dialogArguments.location.reload()如果子页面是普通的页面,则用 window.opener.location.reload() 阅读全文
posted @ 2010-09-10 12:57 itor 阅读(312) 评论(0) 推荐(0)
摘要:copy /V "$(TargetDir)$(TargetName).dll" "..\..\..\..\Bin\" if Exist $(TargetDir)$(TargetName).pdb copy /V "$(TargetDir)$(TargetName).pdb" "..\..\..\..\Bin\"if Exist $(TargetDir)$(TargetName).xml copy ... 阅读全文
posted @ 2010-09-02 09:52 itor 阅读(413) 评论(0) 推荐(0)