";
}
}
function ReceiveServerData(pnl,result)
{
var userinfo= document.getElementById(pnl);
if(userinfo)
{
userinfo.innerHTML = result;
userinfo.style.top=mousePos.y+"px";
userinfo.style.left=mousePos.x+10+"px";
userinfo.style.display="block";
}
}
function HideUseInfo(obj)
{
if(obj)
{
obj.style.display = "none";
}
}
function HideUseInfo2(obj)
{
if(document.getElementById(obj))
{
document.getElementById(obj).style.display = "none";
}
}
function getPostContent(id)
{
var postContentId=‘replycontent_‘+id;
if($(postContentId))
return $(postContentId).innerHTML;
else
return "";
}
function getPostUserName(id)
{
var userNameId=‘username_‘+id;
if($(userNameId))
return $(userNameId).innerHTML;
else
return "";
}
script>
<script type="text/javascript">
function SetTpic(id)
{
var opt = {
method: ‘post‘,
parameters:‘‘ ,
onSuccess: function(t) {
//ReceiveServerData(pnl,t.responseText);
},
on404: function(t) {
alert(‘Error 404: location "‘ + t.statusText + ‘" was not found.‘);
},
onFailure: function(t) {
alert(‘Error ‘ + t.status + ‘ -- ‘ + t.statusText);
}
}
new Ajax.Request(‘/Common/CommonActionAjax.aspx?Action=bbs_hit&Id=‘+id);
}
function GotoAnchor()
{
var pageIndex = GetArgsFromHref("page");
var hrefOrg = window.location.href;
if(hrefOrg.indexOf("#")>-1)
{
window.location.href="#login";
}
else
{
if(pageIndex)
{
if(pageIndex>1)
{
window.location.href="#replyea";
}
}
}
}
document.body.onload=GotoAnchor;
script>
[14964]
[6271]
[21197]
[7473]
[11263]
[5837]
[6974]
[8440]
[9195]
[10928]

客服
小程序
公众号