codice:<html><head><title>Buongiorno a tutti</title></head> <body> <% Dim cresci For cresci=1 to 5 response.write "<font size=+" & cresci & ">Buongiorno a tutti</font> " Next %> </body> </html>
codice:<html><head><title>Buongiorno a tutti</title></head> <body> <% Dim cresci For cresci=1 to 5 response.write "<font size=+" & cresci & ">Buongiorno a tutti</font> " Next %> </body> </html>