YEAH!

Now i have an extra frame (to display a chat)
[img1c9aeo6u]http://collinkicken.nl/collin/vibe2.jpg[/img1c9aeo6u]
Im using this code for the index
[code1c9aeo6u]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><? print(get_serverinfo().ServerName) ?> - Vibe Streamer</title>
<script src="jscript/functions.js"></script>
</head>
<script type="text/javascript">
var browser = detect_browser();
if ( browser=='msie' )
{
document.writeln('<frameset rows="200,*" frameborder="yes" border="1" framespacing="1" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
document.writeln('\t<frameset cols="1070,*" frameborder="yes" border="1" framespacing="1" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
document.writeln('\t\t<frame id="framePlayer" src="player.vibe" frameborder="no" border="0" bordercolor="#3f3f3f" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" unselectable="on">');
document.writeln('\t\t<frame id="chat" src="http://collinkicken.nl/cha/chat.php" frameborder="no" border="0" bordercolor="#3f3f3f" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" unselectable="on">');
document.writeln('\t</frameset>');
document.writeln('\t<frameset cols="400,*" frameborder="yes" border="1" framespacing="1" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
document.writeln('\t\t<frame id="frameFolders" src="left.html" frameborder="no" border="0" bordercolor="#3f3f3f" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" unselectable="on"></frame>');
document.writeln('\t\t<frame id="frameFiles" src="right.html" frameborder="no" border="0" bordercolor="#3f3f3f" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" unselectable="on"></frame>');
document.writeln('\t</frameset>');
document.writeln('</frameset');
}
else
{
document.writeln('<frameset rows="200,*,0" frameborder="yes" border="1" framespacing="1" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
document.writeln('\t<frame id="framePlayer" src="player.vibe" frameborder="yes" border="0" bordercolor="#3f3f3f" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" unselectable="on">');
document.writeln('\t<frameset cols="400,*" frameborder="yes" border="1" framespacing="1" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
document.writeln('\t\t<frame id="frameFolders" src="left.html" frameborder="yes" border="0" bordercolor="#3f3f3f" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" unselectable="on"></frame>');
document.writeln('\t\t<frame id="frameFiles" src="right.html" frameborder="yes" border="0" bordercolor="#3f3f3f" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" unselectable="on"></frame>');
document.writeln('\t</frameset>');
document.writeln('</frameset');
}
</script>
</html>
[/code1c9aeo6u]
But now the files won`t load.
I know it has something to do with frame id`s, but i don`t know how to fix the problem.
Does annyone have some spare time to help me out?
Sorry for my bad english
-Collin