VarVal



<%

var2="ho un valore"

if IsEmpy(var2) then
Response.write "var2 <b>non</b> e` stata valorizzata<br>"
else
Response.write "var2 e` stata valorizzata<br>"
end if

if IsEmpy(var1) then
Response.write "var1 <b>non</b> e` stata valorizzata<br>"
else
Response.write "var1 e` stata valorizzata<br>"
end if

%>


(varval.html)- by Paolo Puglisi - Modifica del 25/3/2019