Ciao ragazzi ho un problema con ''include'' non riesco a venirne a capo.
ho due paginette la prima index.asp :
<html>
<head>
<meta>
<title>Benvenuto nella home page</title>
</head>
<body>
<table align="center" width="800" height="600" border="0">
<tr>
<td colspan="3">
</td>
</tr>
.
.
.
.</table>
</body>
</html>
la seconda è menu_up.asp:
<html>
<head>
</head>
<body>
<table align="center" width="800" border="0">
<tr>
<td height="82"></td>
<td>L'Atelier della bellezza</td>
<td></td>
</tr>
<tr>
<td height="170" colspan="3">[img]img/top.jpg[/img]</td>
</tr>
<tr>
<td height="48" colspan="3" background="img/sfondoup.jpg">
<table align="center" width="800" border="0">
<tr>
<td width="200" align="center">[img]img/homein.jpg[/img]</td>
<td width="200"></td>
<td width="200"></td>
<td width="200"></td>
</tr>
</table> </td>
</tr>
</table>
</body>
</html>
niente di che, ma quando vedo la index.asp la vedo completamente bianca mentre se lancio solo menu.asp lo vedo correttaemnte. Ho gia provato anche con include virtual.... ma niente qualcuno saprebbe aiutarmi? grazie

Rispondi quotando