Hi, Two testcases: <html> <frameset cols='300,*'> <frame name='frame1' frameborder=1 src='about:blank'> <frame name='frame2' src='about:blank'> </frameset> </html> and <html> <body> <applet src="myapplet.class" name="myapplet"> </body> </html> Both dont work (frames and applet not rendered) in HEAD and branch. Koos