function doZoom(size){ document.getElementById('zoom').style.fontSize=size+'px' // setTailPosition() return false; } function checkboard(){ var res = true; if (form1.content.value==null || form1.content.value=="") { alert("发言内容不能为空!"); res = false; } return res; } function doPrint() { if (window.print) { var p_title = document.all.p_title.innerHTML; var p_publishtime = document.all.p_publishtime.innerHTML; var p_navigator = document.all.p_navigator.innerHTML; var p_content = document.all.p_content.innerHTML; var p_editor = document.all.p_editor.innerHTML; var p_origin = document.all.p_origin.innerHTML; var css = '' ; var head ='' + ' ' + ' ' + ' ' + '
'; var nav =' ' + ' ' + ' ' + ' ' + ' ' + '
' + p_navigator + '' + p_publishtime + '
' + '
' ; var body ='' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + ' ' + '
' + '
' + p_title + '
' + p_content + '
' + p_origin + '' + p_editor + '
'; var tail ='
' + '' + ' ' + ' ' + ' ' + '
人 民 网 版 权 所 有 ,未 经 书 面 授 权 禁 止 使 用
' + ' Copyright © 2002 www.people.com.cn. All rights reserved
'; document.body.innerHTML = '
' + css + head + nav + body + tail + '
'; window.print(); } } function Glancesovertherecord(){ if(navigator.cookieEnabled){ var tag = document.getElementById("new"); var N = 10; var listCount = 10; var myTitle = escape(document.title) + "^"; var myUrl = escape(document.location) + "$"; var expTime = new Date(new Date().setDate(new Date().getDate() + 500)); var edp = "|; expires=" + expTime.toGMTString() + "; path=/; domain=people.com.cn"; var allCookie = document.cookie; if(allCookie.indexOf("news=") != -1 || allCookie.indexOf("$|") != -1){ var myCookieStart = allCookie.indexOf("news=") + "news=".length; var myCookieEnd = allCookie.indexOf("$|",myCookieStart); var myCookieall = unescape(allCookie.substring(myCookieStart,myCookieEnd)); var myCookie = myCookieall.split("$"); var myCookieTit = new Array(); var myCookieUrl = new Array(); for(var i = 0; i < myCookie.length; i++){ var myCookieOne = myCookie[i].split("^"); myCookieTit[i] = myCookieOne[0]; myCookieUrl[i] = myCookieOne[1]; } var tagDat = ""; for(var i =myCookieTit.length - 1; i >= 0; i--){ var textCount = myCookieTit[i].replace(/[^\x00-\xff]/g,"aa").length; if(textCount <= N*2){ texts = myCookieTit[i]; }else{ for(var a = N; a < textCount; a++){ texts = myCookieTit[i].substr(0,a); if(texts.replace(/[^\x00-\xff]/g,"aa").length >= N*2){ texts += "..." break; } } } tagDat += "" + texts + "
" } if(tag) tag.innerHTML =tagDat; var newCookie = ""; if(myCookie.length < listCount){ for(i in myCookie){ if(myCookieTit[i] == document.title) continue; newCookie += escape(myCookieTit[i]) + "^" + escape(myCookieUrl[i]) + "$" ; } }else{ for(var i = 1; i < listCount; i++){ if(myCookieTit[i] == document.title) continue; newCookie += escape(myCookieTit[i]) + "^" + escape(myCookieUrl[i]) + "$" ; } } document.cookie = "news=" + newCookie + myTitle + myUrl + edp; }else{ document.cookie = "news="+ myTitle + myUrl + edp; } }else{ tag.innerHTML="cookie closed." } } //Glancesovertherecord();