Beitrag von MichaelB (157 Beiträge) am Mittwoch, 12.Juni.2002, 12:29.
"include"-Befehl bei Netdirekt funktioniert nicht
Hallo Forum,
ich möchte in einer statischen Seite bei Netdirektmit dem include Befehl ein baseportal-Template einbauen.
Vereinfacht nutze ich folgenden Code und bekomme jedesmal die Fehlermeldung:
[an error occurred while processing this directive]
Code1:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="generator" content="Adobe GoLive 5">
<title>Willkommen bei Adobe GoLive 5</title>
</head>
<body bgcolor="#ffffff">
<p><!--#include virtual="http://www.kimme-korn.de/baseportal/Artikel/brandnew" --'></p>
</body>
</html>
Code2:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="generator" content="Adobe GoLive 5">
<title>Willkommen bei Adobe GoLive 5</title>
</head>
<body bgcolor="#ffffff">
<p><!--#include file="http://www.kimme-korn.de/baseportal/Artikel/brandnew" --'></p>
</body>
</html>
weiß jemand Abhilfe?