xchapter

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年10月11日

摘要: View Code 1 <!--页面重写1-->2 <section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter"/>3 <!--页面重写2-->4 <RewriterConfig ConfigSource="_AboutXml/AboutUrl.xml">5 </RewriterConfig>6 <!--页面重写3- 阅读全文
posted @ 2011-10-11 23:59 xchapter 阅读(146) 评论(0) 推荐(0) 编辑

摘要: View Code 1 var times=8; 2 art.dialog.fn.shake = function() { 3 var style = this.DOM.wrap[0].style, 4 p = [1, 2, 1, 0, -1, -2, -1, 0], 5 fx = function() { 6 style.marginLeft = p.shift() + 'px'; 7 if (p.length <= 0) { 8 style.marginLeft = 0; 9 ... 阅读全文
posted @ 2011-10-11 23:51 xchapter 阅读(559) 评论(0) 推荐(0) 编辑

摘要: View Code 1 <form id="myform" runat="server" action="" methed="post">2 <script type="text/javascript">try{document.forms[0].action=""}catch(ex){}</script>3 </form>此段Js代码需放置form标签内。 阅读全文
posted @ 2011-10-11 23:44 xchapter 阅读(101) 评论(0) 推荐(0) 编辑