Ciao Michele
In verità mi servirebbe come ho postato..
Fa diversi controlli e ho anche l'alert che avvisa l'errore:
codice:
weventi=request.form("evento")
'se c e qualche errore...
response.write "<script>alert('Il codice digitato è sbagliato')</script>"
response.write "<script>location.href = '../pictures/register-eventi.asp#anchor_1'</script>"
response.write "<script>location.href = '../pictures/register-eventi.asp?eventi=***qui weventi***#anchor_1'</script>"
ho anche provato così.. ma genera errore:
codice:
response.write "<script>location.href = '../pictures/register-eventi.asp?eventi='"& weventi &"'#anchor_1'</script>"
Attendo vostre
Grazie