Salve a tutti,
ho un dubbio, si può annidare un "if then else" in un response.write...ad esempio così:
codice:
response.write "<option selected value=""" & sottocategele("sottocatv") & "|" & sottocategele("id") & """ "if prodottoid=categoriaid then" selected "end if"  >" & sottocategele("sottocat") & "</option>"
naturalmente grazie in anticipo!