Intanto grazie per l'interessamento, allora io aprendo il file mi trovo un file newsletter.asp, aprendo la pagine mi da questo:
codice:
<html>
<head>
<title>NewsLetter</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div align="center">
<span style="font-family:arial;font-size:12px;color:#000080;font-weight:bold">Enter your Email address below to subscribe to our Newsletter</span>
<form action="/common/proccess.asp" method="post">
<input type="hidden" name="confirm" value="no" />
<table width="75%" align="center"> <tr>
<td align="center">
<input type="text" name="email" size="20" /></td> </tr>
<tr>
<td align="center">
<input type="submit" value="Subscribe" />
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
perchè non mi apre la pagina e mi da direttamente il codice?