Posted by PTM on 11/12/07 07:39
is there a way to make include file contain [A] another call for an
include file [B] ? Or is there any other trick to reach the same aim.
in the page there is a call like this for [A]:
<!--#include file="datafiles.cfx"-->
My page includes a file containing a list of pictures and their
descriptive texts. Now I have written the text in the file [A] even
though I have the texts in separated files. So I have the texts in two
copies in the same directory.
I marked the place for the include file [B] with 'XXXXXXXXXXXXXXXX':
-------------
<td valign=top width=160>
<a href="P1030368.JPG">
<img src="THUMBS.cfx/t_P1030368.JPG"border=4>
</a>
<br>
<b>P1030368.JPG</b>XXXXXXXXXXXXXXXX<br>
<a
href="/~documents/pictures/cfx-editor.shtml?/~documents/pictures/2007/Pasi/DOC.cfx/P1030368.JPG.txt"
onclick="return popup(this, 'notes')">
EDIT</a>,
<a href="/cgi-bin/cfx/exif.pl?P1030368.JPG">EXIF</a><br>
</td>
--------------
ps: I know that the paths included are long, but I have not optimized
that part yet.
Unfortunately these pages are in a closed network and can not be seen.
[Back to original message]
|