Also so richtig funktioniert das nicht, aber ich habe eine Lösung gefunden, die die auch noch super funktioniert! Ich habe einfach ein normales Layout erstellt, und an der Stelle, an der das externe Scripts eingebunden werden soll einen iFrame gesetzt, und diesem einen Border 0 gegeben!
Hier der Code meines Layouts für alle die es auch mal probieren wollen:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test iframe</title>
<link rel="stylesheet" type="text/css" href="css/format.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.Stil1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="5">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><table width="100%" height="80" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff">
<tr>
<td class="print" width="260" height="100%"><div align="left">CMS_CONTAINER[1]</div></td>
<td class="print" height="100%"><div align="right">CMS_CONTAINER[2]</div></td>
</tr>
<tr background="cms/upload/bilder/topline.jpg">
</tr>
</table>
<table class="print" width="100%" height="22" border="0" cellpadding="0" cellspacing="0" background="upload/bilder/linetop.jpg">
<tr>
<td>
<!--hilfsnavi-->
CMS_CONTAINER[3]
<!--hilfsnavi ende-->
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="print" width="180" height="300" align="center" valign="top"
background="upload/bilder/navi.jpg" style="background-repeat:no-repeat;">
<img src="cms/upload/bilder/spacer.gif" width="180" height="2">
<!--navi-->
CMS_CONTAINER[4]
<!--navi ende-->
</td>
<td width="20"> </td>
<td width="100%" valign="top" bgcolor="#FFFFFF">
<iframe border=0 frameborder=0 framespacing=0 src="HIER DEINEN LINK EINSETZEN (Html oder Local) "width="100%" height="600">
</iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>