I wanted to test if a frame idea would work well with JGO
this is what I got:
http://have2chat.net/jgo
very simple code
the source is:
index.php
<?php
header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
?>
<HTML>
<META NAME="description" CONTENT="http://www.java-gaming.org/index.php">
<HEAD>
<style type="text/css">
body { color: #000000; background-color: #ffffff; scrolling=none; font-family: Verdana, Arial, sans-serif; padding: 0px; font-size: 12px; margin: 0px}
</style>
</HEAD>
<body>
<center>
<iframe allowtransparency="true" src="http://www.java-gaming.org/" scrolling=auto frameborder="no" border=0 width="100%" height="70%" marginleft=0 margintop=0 marginright=0 marginbottom=0></iframe>
</center>
<center>
<iframe border=0 scrolling=no frameborder="no" src ="http://webchat.freenode.net/?channels=javagaming" width="100%" height="30%" marginleft=0 margintop=0 marginright=0 marginbottom=0 ></iframe>
</center>
</body>
</HTML>
This style of webpage could not only be used as a frame for a chat applet.
If you want to get a little bit more hard core it could be used as a 1 at a time applet display page. for the showcase section.
as long as a query string is passed to it, you could set up all custom params, main class, etc…
That said, if it was going to be used as a chat applet, the challenge would be passing the JGO user names to the applet on load.
Edit: added changes to include JavaGaming chat