function name_area(ccc){ if(ccc.checked){ document.getElementById("name_area").style.display='none'; writeCookie('nameshow',1,720) }else{ document.getElementById("name_area").style.display=''; writeCookie('nameshow',0,720) } } function readCookie(name){ var cookieValue = ""; var search = name + "="; if(document.cookie.length > 0){ offset = document.cookie.indexOf(search); if (offset != -1){ offset += search.length; end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; cookieValue = unescape(document.cookie.substring(offset, end)) } } return cookieValue; } function writeCookie(name, value, hours){ var expire = ""; var domain = "; path=/; domain=.hangzhou.com.cn"; if(hours != null){ expire = new Date((new Date()).getTime() + hours * 3600000); expire = "; expires=" + expire.toGMTString(); } document.cookie = name + "=" + escape(value) + expire + domain; } function comcheck(frm){ if(frm.content.value==''){ alert("请输入评论类容!"); frm.content.focus(); return false; } if(frm.niming.checked===false && frm.name.value==''){ alert("请输入昵称,或者勾选匿名发表!"); frm.name.focus(); return false; }else{ writeCookie('namecom',frm.name.value,720); } return true; } function byteLength (sStr) { aMatch = sStr.match(/[^\x00-\x80]/g); return (sStr.length + (! aMatch ? 0 : aMatch.length)); } function getStrbylen(str, len) { var num = 0; var strlen = 0; var newstr = ""; var laststrlen = 1; var obj_value_arr = str.split(""); for(var i = 0; i < obj_value_arr.length; i ++) { if(i < len && num + byteLength(obj_value_arr[i]) <= len) { num += byteLength(obj_value_arr[i]); strlen = i + 1; } } if(str.length > strlen) { if(byteLength(str.charAt(strlen-1)) == 1){ laststrlen = 2; } newstr = str.substr(0, strlen-laststrlen) + '…'; } else { newstr = str; } return newstr; } function textCounter(obj, maxlimit) { var len = strLen(obj.value); if(len > maxlimit) { obj.value = getStrbylen(obj.value, maxlimit); alert("最多"+maxlimit+"个字节"); } } function strLen(str) { var charset = document.charset; var len = 0; for(var i = 0; i < str.length; i++) { len += str.charCodeAt(i) < 0 || str.charCodeAt(i) > 255 ? (charset == "utf-8" ? 3 : 2) : 1; } return len; } document.write(''); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write('

网友提问选登

'); document.write('

所有发帖(已有11位网友发帖)

'); document.write('
'); document.write('
'); document.write('
'); document.write('

杭州网网友 2010-01-28 01:33:08

'); document.write('
感谢国家,感谢余杭人民对我们的血脉支撑,汗与累拼抢的结局一个崭新的第2故乡,我代表我一家人向你们说一声你们辛苦了,同时感谢我们的乡干部为我们无微不至的关心和帮助,我向你们说声辛苦了,我会铭记在心还有特殊关心过我的人,我是白家乡佛山村现住华尖村4村的何乃军我希望我的职业能给地方间的青年人带点帮助///厨师及餐饮酒店管理,我很想回到我的家乡发展。。。。。。。
'); document.write('
'); document.write('
'); document.write('

久久广告公司 2010-01-04 17:16:25

'); document.write('
感谢杭州援建的所有同志,你们辛苦了!!!
'); document.write('
'); document.write('
'); document.write('

杭州网网友 2009-12-14 15:43:01

'); document.write('
爸爸在那边~~想爸爸。。。
'); document.write('
'); document.write('
'); document.write('

陶先生 2009-07-27 14:28:06

'); document.write('
我是广元苍溪人,现在在杭州工作,谢谢浙江,谢谢杭州!
'); document.write('
'); document.write('
'); document.write('

南大房 2009-04-21 22:16:56

'); document.write('
向援建的干部致敬。
'); document.write('
'); document.write('
'); document.write('

苦并快乐着 2009-04-18 15:31:05

'); document.write('
既然我们来到了这里,我们就在这里扎根。我们最大的乐趣就是说笑贫嘴,耍耍嘴皮子,创造点乐趣来。让我们感到最欣慰的是,不管是镇里干部,还是普通百姓,对我们都十分客气,非常友好。每次走进农户家,乡亲们都是笑脸相迎,奉上热茶……这时候我们觉得最幸福的!
'); document.write('
'); document.write('
'); document.write('

等等等 2009-04-18 15:27:01

'); document.write('
三年,真的好漫长啊!
'); document.write('
'); document.write('
'); document.write('

且行且珍惜 2009-04-18 15:26:40

'); document.write('
杭州援建的同志,你们辛苦了!!!
'); document.write('
'); document.write('
'); document.write('

感恩的心 2009-04-18 15:22:31

'); document.write('
因为爱,所以很温暖
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
选登 9 条 显示 1 - 91
'); document.write('
'); document.write('

'); document.write('所有发帖(已有11位网友发帖)'); document.write('

'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write('
'); var nameshow = readCookie('nameshow'); if(nameshow==1){ document.getElementById("name_area").style.display='none'; document.comfrm.niming.checked=true; }else{ if(document.getElementById("name_area")){ document.getElementById("name_area").style.display=''; } } var namecom = readCookie('namecom'); if(namecom){ document.comfrm.name.value=namecom; //document.comfrm.name.readOnly=true; //document.getElementById("niming_area").style.display='none'; } function getpage(page){ var news_id=99; // $("#comment_list").load("https://web.hangzhou.com.cn/comment/ajax/index.php?action=getpage&news_id="+news_id+"&page="+page+"&i="+Math.random(),function(){$(this).fadeIn();}); // parent.document.getElementById("hzcomment").src="https://web.hangzhou.com.cn/comment/index.php?news_id=99&page="+page; //alert(parent.document.getElementById("hzcomment").src) $.getJSON("https://web.hangzhou.com.cn/comment/ajax/index.php?action=getpage&news_id="+news_id+"&page="+page+"&jsoncallback=?",{bian:"是"}, function(json){ //alert(json.pagelist) $("#comment_list").html(json.infolist); $("#page_area").html(json.pagelist); }) }