Ok I've 2 pages..
/nps/pic.asp ( )
and
/nps/news/gallery/picturegallery.asp ( )
I'm trying to include the picturegallery.asp into the pic.asp page. I keep getting this error
---------------------------------------------------------
Microsoft VBScript runtime error '800a004c'
Path not found
C:\INETPUB\FINALPHASE\ line 46
---------------------------------------------------------
I've tryed taking the nps dir out of the include code but then I get a dif error.
Here is my html code for pic.asp
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<!-- #INCLUDE FILE= "../nps/inc_top.asp" -->
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#FFAE00" width="95%"
id="AutoNumber1">
<tr>
<td width="100%" align="left" valign="top" bgcolor="#AD7500">
<p align="center"><font face="Arial" size="2" color="#FFFFFF">Never Play Soberz
Picture Gallery</font></td>
</tr>
<tr>
<td width="100%" align="left" valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="4"
style="border-collapse: collapse" bordercolor="#111111" width="100%"
id="AutoNumber2">
<tr>
'##################### Code that will not work ##########
<td width="100%" align="left" valign="top"><!-- #INCLUDE FILE= "..\nps\news\gallery\picturegallery.asp" --></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
/nps/pic.asp ( )
and
/nps/news/gallery/picturegallery.asp ( )
I'm trying to include the picturegallery.asp into the pic.asp page. I keep getting this error
---------------------------------------------------------
Microsoft VBScript runtime error '800a004c'
Path not found
C:\INETPUB\FINALPHASE\ line 46
---------------------------------------------------------
I've tryed taking the nps dir out of the include code but then I get a dif error.
Here is my html code for pic.asp
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<!-- #INCLUDE FILE= "../nps/inc_top.asp" -->
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#FFAE00" width="95%"
id="AutoNumber1">
<tr>
<td width="100%" align="left" valign="top" bgcolor="#AD7500">
<p align="center"><font face="Arial" size="2" color="#FFFFFF">Never Play Soberz
Picture Gallery</font></td>
</tr>
<tr>
<td width="100%" align="left" valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="4"
style="border-collapse: collapse" bordercolor="#111111" width="100%"
id="AutoNumber2">
<tr>
'##################### Code that will not work ##########
<td width="100%" align="left" valign="top"><!-- #INCLUDE FILE= "..\nps\news\gallery\picturegallery.asp" --></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>