Nö, das ist nicht zulässig. Wenn irgendein Browser das anzeigt, dann ist das Glück... mehr nicht!
So muss das aussehen:
Code:
<doctype... blabla>
<
html>
<head>
<title></title>
...
</head>
<body>
...
</body>
</
html>
Dann muss die Ausgabe bei dir eben etwas anders aufgebaut werden:
Response.Content := HeadProducer.Content + ContentProducer
X.Content ... + FooterProducer.Content...
Ich hoffe, es ist klar, wie ich das meine.
Debuggers don't remove Bugs, they only show them in Slow-Motion.