js预览本map片(根据路径)

js预览本地图片(根据路径)PreviewImg(obj.PhotoPath+cardId+.bmp)$(#personcardimage).show()functi

js预览本地图片(根据路径)
PreviewImg(obj.PhotoPath+cardId+".bmp");$("#personcardimage").show();function PreviewImg(imgFile){ //alert(imgFile) document.getElementById("personcardimage").style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod = scale)"; document.getElementById("personcardimage").filters.item("DXImageTransform.Microsoft.AlphaImageLoader").src = imgFile; }<div id="personcardimage" style="display:none;width:102px;height: 126px;"></div>

?