nn ho capito che errore sia, anche se ho cercato...

questa la pagina di errore
[/code]
Microsoft VBScript compilation error '800a0401'

Expected end of statement

/sitemap.asp, line 88

Response.Write "value= """ &arrSCat(0,i)& "-" &RS("ID")& """>"----"&RS("Link")&RS("Categoria")& "
</a></option>"
------------------------------------------------------------------------^
[/code]

Questo il codice.
codice:
					Set RS = Conn.Execute(SQL)
					Do While Not RS.EOF
						Response.Write "<option "
						If Categoria = RS("ID") Then Response.Write " SELECTed "
						Response.Write "value= """ &arrSCat(0,i)& "-" &RS("ID")& """>"----"&RS("Link")&RS("Categoria")& "
</a></option>" %>
io vorrei aggiungere un collegamento al risultato RS("Categoria")&

potete aiutarmi???


grazie