<script src="/Script/prototype.js" type="text/javascript">script>
<script src="../Script/forum/dialog.js" type="text/javascript">script>
<script src="../Script/forum/forumAjax.js" type="text/javascript">script>
<script type="text/javascript">
var bodyClient = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body;
function mousePosition(ev){
if(ev.pageX || ev.pageY){
return {x:ev.pageX, y:ev.pageY};
}
return {
x:ev.clientX + bodyClient.scrollLeft - bodyClient.clientLeft,
y:ev.clientY + bodyClient.scrollTop - bodyClient.clientTop
};
}
document.onmousemove = mouseMove;
var mousePos;
function mouseMove(ev){
ev = ev || window.event;
mousePos = mousePosition(ev);
}
function LoadUserInfo(uid,pnl)
{
var userinfo=document.getElementById(pnl);
if(userinfo)
{
if(userinfo.innerHTML.length>100)
{
userinfo.style.top=mousePos.y+"px";
userinfo.style.left=mousePos.x+10+"px";
userinfo.style.display = "block";
return;
}
}
Loading(pnl);
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_user&uid=‘+uid,opt);
}
function Loading(pnl)
{
var userinfo=document.getElementById(pnl);
if(userinfo)
{
userinfo.innerHTML = "

";
}
}
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>
求西门子MICR.master440变频器使用手册
急需!
有的朋友请发GYQ0623@PCHOME.NET
imgg
1楼 回复时间:2005-11-6 19:06:00
自助资料库里有.