quellcode
zunächst nochmals vielen dank...
im als erstes sit der quellcode vom FRAMESET:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>frameset</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="200,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="head_05.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="275,*" framespacing="0" frameborder="NO" border="0">
<frame src="left_05.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="main_05.htm" name="mainFrame">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
dann der quellcode des HEADFRAME:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>head</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="1023" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1023" height="200">
<param name="movie" value="menue_%5Bhead%5D.swf">
<param name="quality" value="high">
<embed src="menue_%5Bhead%5D.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1023" height="200"></embed></object></td>
</tr>
</table>
</body>
</html>
und dannach LEFTFRAME:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>left</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="275" height="400" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="275" height="400">
<param name="movie" value="left_side.swf">
<param name="quality" value="high">
<embed src="left_side.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="275" height="400"></embed></object></td>
</tr>
</table>
</body>
</html>
ganz zum schluss der MAIN aber der ist ja niocht wichtig:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>main</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#003399" text="#FF9900">
thx
</body>
</html>