function G(e) { return document.getElementById(e); } function showTip(info) { G('tips').innerHTML = info; } function sendForm(formId, action, response, target, effect) { // Ajax方式提交表单 if (CheckForm(G(formId), 'ThinkAjaxResult')) //表单数据验证 { ThinkAjax.sendForm(formId, action, response); } //Form.reset(formId); } rowIndex = 0; function prepareIE(height, overflow) { bod = document.getElementsByTagName('body')[0]; bod.style.height = height; //bod.style.overflow = overflow; htm = document.getElementsByTagName('html')[0]; htm.style.height = height; //htm.style.overflow = overflow; } function hideSelects(visibility) { selects = document.getElementsByTagName('select'); for (i = 0; i < selects.length; i++) { selects[i].style.visibility = visibility; } } //document.write('
'); // 显示light窗口 function showPopWin(content, width, height) { // IE prepareIE('100%', 'hidden'); window.scrollTo(0, 0); hideSelects('hidden'); //隐藏所有的