Dear members,
Marry Chrismas,
When i upload my website all the link do not work more..
here is my index pade on local and everything works nice.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Quil</title>
</head>
<body>
<%
Session("status")="Home"
%>
<!--#include file="layout/maintable.inc"-->
<td height="41" colspan="5">
<table width="96%" border="0" id="tb_header">
<tr>
<td width="8%" height="67"><img src = "layout/Qlogo.bmp" border = "0"></td>
<td width="75%" align="center">
<!--#include file="layout/header.asp"--> </td>
<td width="9%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="3" height="448"> </td>
<!--#include virtual="/layout/menu_navigation.asp" -->
<td width="801" valign="top"><p><strong>Home</strong></p>
<p>Hier komt de tekst voor de introductie pagina </p></td>
<td width="53"> </td>
</tr>
<tr>
<td height="41" colspan="5"><table width="973" border="1" id="tb_footer">
<tr>
<td width="930" align="center">
<!--#include file="layout/footer.inc"-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
I have also tried to use the foillowing syntax:
<!--#include virtual="/layout/footer.inc"-->
but it doesn't work at all
Thans in advance...