Hallo Leute,
der folgende Code includiert die Seite "1.php", in der sich ein Frameset befindet. Leider zeigt der Netscape das nicht an.
Ohne Frameset ist alles OK.
Habe das mit <Layer src.....> auch versucht. Nichts!
Gibts da nen Trick oder eine andere Lösung. (Nur für NS)
Dank und Gruss im voraus
Matthias
<html><head><title></title>
<STYLE TYPE="text/css">
<!--
#layer1 {
position:absolute;
top:50pt; left:25pt; width:175pt;
include-source:url("1.php");
background-color:purple;
color:yellow; border-width:1;overflow:scroll;}
-->
</STYLE>
</head>
<body bgcolor="FFFFFF" text="#000000">
<DIV ID=layer1 style="width:100px; height:100px; overflow:auto">
</DIV>
</body></html>