Una curiosità: che differenza c'è se il codice ASP viene scritto all'interno o all'esterno dei tag html?
es.:
da così:
<html>
<body>
<%codice ASP%>
</body>
</html>
a così:
<%codice asp%>
<html>
<body>
</body>
</html>
Una curiosità: che differenza c'è se il codice ASP viene scritto all'interno o all'esterno dei tag html?
es.:
da così:
<html>
<body>
<%codice ASP%>
</body>
</html>
a così:
<%codice asp%>
<html>
<body>
</body>
</html>