English
<!-- http://bbs.downcodes.com--> <!--There are two steps required to achieve this effect. The first step is to put the following code in the <head> area--> <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> <!--Step 2: Put the following code into <body> In the area--> <div align="center"> <form name=dimform> Please enter the path of the image you want to display:<br> <input type=text name=url size=40 value="http:// "> <input type=button value="OK" onClick="checkImage(this.form.url.value);"> <p> Detection result:<p> Width= <input type=text name=width><br > height= <input type=text name=height> </form> </div>