Plz help edit this div script
Hi. I have this javascript that works great on my website for saying how many players are online....but I need to edit this so I can actually visually see a LIST of players online. Can somebody PLEASE edit this into helping me see a LIST of players online, instead of just the number of players online?? THANKS SO MUCH IN ADVANCE!!!!!!!
<div style="display: none" id="players-noflash">
<em>54126</em>
</div>
<div style="height: 42px; width: 153px; float: right; visibility: visible;" id="players"><embed width="153" height="43" allowscriptaccess="sameDomain" flashvars="myNumber=54126" bgcolor="#ffffff" wmode="transparent" quality="high" swliveconnect="true" name="playercount" src="/img/header/club/en_US/playercount.swf" pluginspage="(U-ARE-L)=ShockwaveFlash" type="application/x-shockwave-flash">
</div>
|