Who's Online - the Code
Created | Updated Jan 28, 2002
Here is the code for the Who's Online popup window.Just cut&paste it into your homepage.
Your homepage needs to be set to GuideML or HTML content - Plain Text just won't cut it.
Put the code whereever you want it to appear.
You can also look at the GuideML Gadgets page for more information.
For GuideML pages
click here to see who's online
For HTML pages
<SCRIPT LANGUAGE="javascript">
<!--
function popusers(link) {
popupWin = window.open(link, 'popusers', 'status=1,resizable=1,scrollbars=1,width=165,height=340');
}
// -->
</SCRIPT>
<P ALIGN="center">
<A HREF="javascript:popusers('/online');">Who's On H2G2?</A>
</P>
Share & Enjoy!
A155701
A187292
A187229
A187355