<%@LANGUAGE = JScript%>
<html>
<head>
<title>Buongiorno</title> </head>
<body>
<% response.write "Buongiorno a tutti" %>
</body>
</html>
eccolo
<%@LANGUAGE = JScript%>
<html>
<head>
<title>Buongiorno</title> </head>
<body>
<% response.write "Buongiorno a tutti" %>
</body>
</html>
eccolo
Prova cosi:
codice:<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <html> <head> <title>Buongiorno</title> </head> <body> <% response.write "Buongiorno a tutti" %> </body> </html>
funziona! grazie 1000![]()
scusate la domanda, che significa l'attributo CODEPAGE="65001"% ?
CODEPAGEOriginariamente inviato da chicco2991
funziona! grazie 1000![]()
scusate la domanda, che significa l'attributo CODEPAGE="65001"% ?