<html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>SAMPLE.HTM</title> </head> <body> This is a simple SOW HTML example that fills in option values. <br> Select a State: <select name="states"> <option value="0" selected>NY</option> <option value="1" ="">TX</option> <option value="2" ="">CA</option> <option value="3" ="">FL</option> </select> Remainder... __oOo__ </body> </html>