在开发数字报刊系统的时候我们用到了下面几个js,就是区域描红边的效果:
function getEvent(idName) {
var aTags=document.getElementById(idName).coords;
var Coordinate=aTags.split(",")
var LeftX = parseInt(Coordinate[0])
var RightY = parseInt(Coordinate[1])
var ImagesWidth = parseInt(Coordinate[2]-Coordinate[0])
var ImagesHeight = parseInt(Coordinate[3]-Coordinate[1])
var obj = document.getElementById("weizhi");
obj.style.display ='';
obj.style.marginTop=RightY+"px";
obj.style.marginLeft=LeftX+"px";
obj.style.width=ImagesWidth+"px";
obj.style.height=ImagesHeight+"px";
}
专为政府机关内刊,企业内刊、学校校报开发,本系统包含ASP/PHP/ASP.NET/FLASH版本,可以为您量身定制,满足贵司所需!
CopyRight 2009-2024 追梦翔飞网络工作室, All Rights Reserved 追梦翔飞网络工作室 版权所有
备案号: 湘ICP备2021021335号