first of all the iframe belongs between the 2 body tags like this here :
<body>
<iframe src="/indexx2.php" name="Robas" width="1024" height="768" align="middle" scrolling="auto" frameborder="0"></iframe>
</body>
and then, I never tested it ... but did you catually call a page "indexx2.php"? I would link the page index(.)php to call it correctly.
[edit]
I just tested it, it doesn't work ... but the other version with the 100% Frameset can be made to work:
Install the module "
show_menu2" and change your menucall to something like this here (again untested, but the code is well explained on the website):
show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL, '<span target ="bannerframe">| [a][menu_title]</a>', ' |</span>', '', '');
Then you need to create the index file with the frame. This is the content of the required index(.)html file
<HTML><HEAD>
<META NAME="description" content="">
<META NAME="keywords" content="">
<TITLE>test</TITLE>
</HEAD>
<FRAMESET ROWS="100%,*" BORDER="0" FRAMEBORDER="0">
<FRAME SRC="http://www.robas.be" SCROLLING="AUTO" NAME="bannerframe" NORESIZE>
</FRAMESET>
<NOFRAMES>
test
<P>
<DIV ALIGN="CENTER"><A HREF="http://www.robas.be">http://www.robas.be</A></DIV>
</NOFRAMES>
</HTML>
But please play around a bit with the menu call, I didn't have time to test.
[/edit]
cheers
Klaus