Tip: you can modify some code before running
<html><head><title>Graphical selection script</title><style type="text/css">BODY {FONT-FAMILY: ""; FONT-SIZE: 9pt; MARGIN-LEFT: 4px; MARGIN-RIGHT: 0px; MARGIN-TOP: 0px} A {COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none} A: hover {COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline} A: active {COLOR: # ff0033; CURSOR: hand; FONT: 9pt ""}</style><meta content="text/html; charset=gb2312" http-equiv="Content-Type"><script language="JavaScript"><!--image1= new Image();image1.src = "images/SHU.GIF";image2= new Image();image2.src = "images/A.JPG";image3= new Image();image3.src = "images/B.jpg";image4= new Image();image4.src = "images/C.jpg";function imgchange(){var imageNum = document.form.selImage.selectedIndex + 1;fname = eval("image" + imageNum + ".src")document.img.src = fname}//--></script><meta content="Microsoft FrontPage 6.0" name="GENERATOR"></head><body><font color="red" face="隶书" size="6"><p align="center"></font><br><font size="6" color="#0000FF"><strong>Select image directly from the list</strong></font></p><div align="center"><center><table border="0" borderColor="#0000FF" borderlight="green" height="150" width="410" cellpadding="0" cellspacing="0"><TBODY> <tr> <td align="center" height="24" width="404"> <font color="red" ><strong > </strong></font> <em ><font color="#FF0000" >Generally, the image pre-cable opens another window. If the picture is large, it takes a lot of time to open a new window. This special effect provides a method to directly select the image from the list. After selecting a project from the list, click View to View the selected image.<br></font></em></td> </tr> <tr> <td align="middle" height="114" width="404"><form name="form"> <p><select name="selImage" size="1"> <option selected value="欢迎光临 请点菜">Welcome to order</option> <option value="梨">Pear</option> <option value="樱桃">Cherries</option> <option value="榛子">Hazelnut</option> </select> <input onclick="imgchange()" type="button" value="View"> </p> </form> <p> <p></td> </tr></tBODY></table></center></div></body></html>
Tip: you can modify some code before running