<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> <head> <title>Useradmin TM</title> </head> <frameset cols="195,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0"> <frame src="menu.php" name="nav" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" /> <frameset rows="20,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0"> <frame src="header.php" name="head" scrolling="no" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="no" /> <frame src="userlist.php" name="main" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="no" /> </frameset> </frameset> <noframes> <body> <p>Frames!</p> </body> </noframes> </html>