me too use vb. anyways, try this one
document6.jsp
document7.jspCode:<style> body{ font:9pt arial; } select{ font:9pt arial; } </style> <form action=document7.jsp> Year <select name='lstyear'> <option value='2004'>2004 <option value='2005'>2005 <option value='2006'>2006 <option value='2007'>2007 <option value='2008'>2008 <option value='2009'>2009 <option value='2010'>2010 <option value='2011'>2011 <option value='2012'>2012 </select> Month <select name='lstmonth'> <option value='january'>january <option value='february'>february <option value='march'>march <option value='april'>april <option value='may'>may <option value='june'>june <option value='july'>july <option value='august'>august <option value='september'>september <option value='october'>october <option value='november'>november <option value='december'>december </select> <p> <input type=submit value='complete'> </form>
does this help? if not, sorry.Code:<style> body{ font:9pt arial; } </style> <% out.print("The month was "+request.getParameter("lstmonth")+ " and the year was "+request.getParameter("lstyear")); %>![]()
![]()




me too use vb. anyways, try this one
Reply With Quote