根据图片设定网页框大小
Oct 27th, 2006 by song

[code]<SCRIPT LANGUAGE="JavaScript">
<!--

function ResizeToFit(){
 var imgWidth;
 var imgHeight;
 if (document.imgLarge && document.imgLarge.complete)
 {
 imgWidth = document.imgLarge.width + 20;
 imgHeight = document.imgLarge.height + 115;
 window.resizeTo(imgWidth,imgHeight);
 }
}
//-->
</SCRIPT>[/code] Read the rest of this entry »

SIDEBAR
»
S
I
D
E
B
A
R
«
»  Substance:WordPress   »