Posted by Bernhard Sturm on 03/17/07 13:11
Thomas Müller wrote:
>
> is it possible, to embed a HTML-file in another?
yes this is possible.
>
> I have a file with a table. In this table I have one cell, in which I like
> to have the content of another HTML-file.
>
depending on your webhosters environment you might look for
SSI-technique (Server Side Include):
http://en.wikipedia.org/wiki/Server_Side_Includes
or via PHP: require_once("myfile.php");
but be aware, that this could lead to security problems depending on the
way you are embedding external files...
HTH
bernhard
--
www.daszeichen.ch
remove nixspam to reply
Navigation:
[Reply to this message]
|