home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>City of Fresno</title>
- </head>
- <body bgcolor="white">
- <center>
- <!-- #include file="menus.inc"-->
- <table width=600 cellpadding=0 cellspacing=0 border=0>
- <tr>
- <td><font face='arial'>
- <form action="whatever.asp" method="post">
- Select State or Province:<br>
- <select name="state">
- <br><option value="none">Outside of North America
- <% AddMenu "state" %>
- </select>
- <p>Select Country:
- <br><select name="country">
- <% Addmenu "country" %>
- </select>
- </form></font>
- </td>
- </tr>
- </table>
- </center>
- </body>
- </html>
-