摘要: (function(window){ var grid = { /* * 产生表格主体 */ gridbody : function(thead, theadname, colswidth, infopage, startIndex, tbody) { var numcol = thead.length, numrow = tbody.length, gridstr = '<div id="grid"><table class="dataTable" style="width:100%;"><tb 阅读全文
posted @ 2011-09-26 21:00 realwall 阅读(271) 评论(0) 推荐(0)
摘要: (function(window){ var realwall = { sayclue : function(message, cluewidth) { var scrollPos = 0; if (window.pageYOffset) { scrollPos = window.pageYOffset; } else if (document.compatMode && document.compatMode != 'BackCompat') { scrollPos = document.documentElement.scrollTop; ... 阅读全文
posted @ 2011-09-26 20:47 realwall 阅读(321) 评论(0) 推荐(0)