圖片自動縮小 點擊放大
更新時間:2008年07月07日 09:05:57 作者:
如果不支持網(wǎng)頁對話框就再新窗口打開
如果不支持網(wǎng)頁對話框就再新窗口打開
目的: 圖片自動縮小 點擊放大
輸入: 無
返回: 無
function $(obj){
return document.getElementById(obj);
}
function ResizeImage(objImage,maxWidth) {
try{
if(maxWidth>0){
var objImg = $(objImage);
if(objImg.width()>maxWidth){
objImg.width(maxWidth).css("cursor","pointer").click(function(){
try{showModelessDialog(objImage.src);}catch(e){window.open(objImage.src);}
});
}
}
}catch(e){};
}
目的: 圖片自動縮小 點擊放大
輸入: 無
返回: 無
function $(obj){
return document.getElementById(obj);
}
function ResizeImage(objImage,maxWidth) {
try{
if(maxWidth>0){
var objImg = $(objImage);
if(objImg.width()>maxWidth){
objImg.width(maxWidth).css("cursor","pointer").click(function(){
try{showModelessDialog(objImage.src);}catch(e){window.open(objImage.src);}
});
}
}
}catch(e){};
}
相關(guān)文章
javascript 放大鏡效果js組件 qsoft.PopBigImage.v0.35 加入了chrome支持
一般頁面的的圖片為了布局考慮,顯示大小都小于實際大小。 鼠標(biāo)在圖片上移動時,在旁邊展示一個跟此圖片顯示大小一樣的層。并講鼠標(biāo)附近區(qū)域?qū)?yīng)的原始圖片的區(qū)域按原始大小顯示在這個層中。2009-04-04List the Stored Procedures in a SQL Server database
List the Stored Procedures in a SQL Server database...2007-06-06