<?php $nick = $HTTP_GET_VARS['nick']; $sid = $HTTP_GET_VARS['sid']; $puser = $HTTP_GET_VARS['puser']; ?> <html> <head><title><?php echo $puser; ?> - privater Dialog</title> <frameset rows="*,35" border="1" frameborder="1" framespacing="0"> <frameset rows="30,*" border="1" frameborder="1" framespacing="0"> <frame scrolling="NO" src="prvmenu.php<?php echo '?nick='.$nick.'&sid='.$sid.'&puser='.$puser; ?>" name="prvmenu" marginheight="1" noresize> <frame scrolling="NO" src="prchat.php<?php echo '?nick='.$nick.'&sid='.$sid.'&puser='.$puser; ?>" name="prchat"> </frameset> <frame scrolling="NO" src="prvein.php<?php echo '?nick='.$nick.'&sid='.$sid.'&puser='.$puser; ?>" name = "prvein" marginheight="1" noresize> </frameset> </head> </html>