J
JD
Anyone know why this line of code does not work
<!--#include file="../admin/config.asp"-->
When ran it gives a ASP0131 error line 1 The include file
'../admin/config.asp' cannot contain '..' to indicate the
parent directory.
I have tried changing the line to:
<!--#include file="htdocs/admin/config.asp"-->
<!--#include file="admin/config.asp"-->
both give a 'ASP 0126' file not found error.
Anyone know the correct syntax to use, and yes I have
just started using ASP
so please be gentle.
Thanks for any help
JOhn
<!--#include file="../admin/config.asp"-->
When ran it gives a ASP0131 error line 1 The include file
'../admin/config.asp' cannot contain '..' to indicate the
parent directory.
I have tried changing the line to:
<!--#include file="htdocs/admin/config.asp"-->
<!--#include file="admin/config.asp"-->
both give a 'ASP 0126' file not found error.
Anyone know the correct syntax to use, and yes I have
just started using ASP
so please be gentle.
Thanks for any help
JOhn