减小字体 增大字体
] 源码如下----------------------------------------------------------<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>html-www.51windows.Net</title></head><body><form name="free" method="post"> <select id="select1" name="select1" onchange="window.open(free.select1.options [selectedIndex].value,target='_blank','top=20,left=200,width=500,height= 460,scrollbars=yes,resizable=yes')"> <option selected>请选择一项</option> <option value="beijing.asp">北京</option> <option value="shanhai.asp">上海</option> <option value="tianjin.asp">天津</option> <option value="shenzhen.asp">深圳</option> <option value="guangzhou.asp">广州</option> </select></form> </body></html>
[提示:你可先按照下面代码提示修改 上面部分代码,再按运行,此处看到的演示不完全正确]