W
Waldy
Hi there,
I am scratching my head over this issue that does not make
sense. Maybe someone here can shed some light on it. I have two .ASP
files, (we'll call them file1.asp and file2.asp) that both include another
file that is declared within a script tag like below:
<SCRIPT LANGUAGE='JavaScript'>
<!-- #include file='includes/include1.asp' -->
There is also some .ASP code in the file that is not in a function or sub
that get run at the server. For some reason that I can't work out, the .ASP
code in the included files does not get run when it is included in file1.asp
but works fine when it is included in file2.asp. If however, I debug the
code and I step into file1.asp then the included code also runs. What is
going on here?
I am scratching my head over this issue that does not make
sense. Maybe someone here can shed some light on it. I have two .ASP
files, (we'll call them file1.asp and file2.asp) that both include another
file that is declared within a script tag like below:
<SCRIPT LANGUAGE='JavaScript'>
<!-- #include file='includes/include1.asp' -->
There is also some .ASP code in the file that is not in a function or sub
that get run at the server. For some reason that I can't work out, the .ASP
code in the included files does not get run when it is included in file1.asp
but works fine when it is included in file2.asp. If however, I debug the
code and I step into file1.asp then the included code also runs. What is
going on here?