动态 

ASP动态创建下拉菜单

<html> <head> <title>动态下拉菜单</title> <style> select.smallsel {   background-color: white;   color: #000080;   font-size: 9pt } </style> <script language=javascript> <!-- hide from old browsers... /*   动态下拉...