中文(繁体)
<!-- http://bbs.downcodes.com--> <!--完成此效果需要兩個步驟:把下面程式碼放到<head>區域中--> <SCRIPT LANGUAGE="JavaScript" > <!-- Begin function checkImage(loc) { loc = "image-popup.html?" + loc; windowprops = 'menubar=0,toolbar=0,status=0,location=0'; popupWindow = open(loc , 'previewWin', windowprops); if (popupWindow.opener == null) popupWindow.opener = self; } // End --> </script> <!--第二步:把下面程式碼放到<body>區域中--> <div align="center"> <form name=dimform> 請輸入你要顯示的圖片的路徑:<br> <input type=text name=url size=40 value="http:// "> <input type=button value="OK" onClick="checkImage(this.form.url.value);"> <p> 偵測結果:<p> 寬度= <input type=text name=width><br > 高度= <input type=text name=height> </form> </div>