codice:
<%
   var errore = 0;
   var controllo = "si";
   var Ridondanza = ("SELECT * FROM prodotti WHERE (codiceProdotto = '" + Request.QueryString("codiceProdotto") + "'");
   if (controllo == "si") {
   if (!Ridondanza.EOF) {
           errore = 1;
		  }

      if (errore == 1) {  
		   Response.Write("<tr> while (!Pronto.EOF) {   ");
Response.Write("<td class='spazio2X2'><div align='center'>[img]img-struttura/"+Pronto("banner")+"[/img]<font color='#000000'>
");
Response.Write("</font></div></td>Pronto.MoveNext }   </tr>");
	 }
	   if (errore == 0) {
	   Response.Write("");
	   }
		 }
	  
	  %>

non lo riconosce... in che maniera li devo mettere?