Cosa sbaglio?
Io vorrei ripetere le email nel Cc
<%
myMail.Cc =
While ((Repeat1__numRows <> 0) AND (NOT Rc_Aree.EOF))
(Rc_Aree.Fields.Item("email").Value);
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Rc_Aree.MoveNext()
Wend %>
Mi da Syntax error
/avvisaemail.asp, line 116
myMail.Cc = While ((Repeat1__numRows <> 0) AND (NOT Rc_Aree.EOF))

Rispondi quotando
