OT: asp programming

Enrique Arredondo henry at vegena.net
Fri May 30 13:15:54 PDT 2008


Can some one tell me where or who can help me out with asp / css / html 
code ? I inherited a www server and I can't make the thing display the 
selected="selected" work  on one of the files. Any clues?

  <form method="post" 
action="http://call2install.com/applications/tech/product.asp?getresult=true">
      <span class="headertext2">Year</span><br />
 	   <select name="year" id="year" onchange="loadMakes()" >
           <option value="">Choose..</option>
            <%for x=1974 to year(date)
 		      if x=request.querystring("year") then%>
                  <option selected="selected" value=<%=x%> 
><%=response.write(x)%></option
                 <option value=<%=x%>><%=response.write(x)%></option>
 				<%else%>
                  <option value=<%=x%>><%=response.write(x)%></option>
                <%end if%>
              <%next%>
        </select> <br /><br />

This is the query string 
http://call2install.com/applications/tech/product.asp?year=1977&make=load

after selecting 1977 but it wipes out , what could be wrong ? then If I 
select make it goes away of the query.

http://call2install.com/applications/tech/product.asp?year=&make=AMER...


More information about the Filepro-list mailing list