Deutsch
<!-- 把如下代码加入<body>区域中 --> <!-- http://bbs.downcodes.com --> <!--脚本说明: 第一步:把如下代码加入<head>区域中--> <Script Language="JavaScript"> <!-- Begin function display_image(form) { Selectionname = form.imagename.options[form.imagename.selectedIndex].text; Selection = form.imagename.options[form.imagename.selectedIndex].value; PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=360, Höhe=440 links=0 oben=0"); Vorschau.document.open(); Preview.document.write("<HTML><HEAD>"); PreView.document.write("<TITLE>Vorschau</TITLE>"); PreView.document.write("</HEAD><BODY BGCOLOR=FFFFFF TEXT=000000>"); PreView.document.write("<FORM><CENTER><B><FONT SIZE=+1>" + Selectionname + "</FONT></B><HR>"); PreView.document.write("<IMG HSPACE=0 VSPACE=0 " + "SRC='" + Selection + "'>"); PreView.document.write("<HR><FORM><INPUT TYPE='button' VALUE='关闭窗口' " + "onClick='window.close()'></FORM>"); Preview.document.write("</CENTER>"); PreView.document.write("</BODY></HTML>"); Vorschau.document.close(); } // Ende --> </SCRIPT> <!--第二步:把如下代码加入<body>区域中--> <FORM> <select NAME="imagename" onChange="display_image(this.form) "> <option value="" SELECTED>请选择相片 <option value="/u/info_img/2009-06/20/5980_logo.gif">相片一 <option value="/u/info_img/2009-06/ 20/5980_logo.gif">Bilder <option value="">Bilder <option value="">Bilder <option value="">Bilder <option value="">Bilder <option value="" ">相片七 </select> </FORM>