...salve ragazzi!
Volevo aggiungere un controllo check box in un file incluso:
la mia check box è così!
<input type="checkbox" name="agree" value=yes checked class="testo">
e nel file funzioni.asp
volevo mettere il controllo !!!! ma come si scrive
considerando che in questo file ho altri controlli tipo questa!
Function IIf(bCheck, sTrue, sFalse)
If bCheck Then IIf = sTrue Else IIf = sFalse
End Function