hi i need help for php cod for reload lobby
Posted: Wed Mar 20, 2013 1:07 pm
i need for button reload lobby waith user now lobby its reload ut its not login with user name and show eror session key is invalid or expired
this cod for js
plz help me
this cod for js
Code: Select all
[$(document).ready(function() {
$('#reload').click(function() {
$("#ifGame, #Accounts").attr('src', $("#ifGame, #Accounts").attr('src'));
return false;
/code]
[code]tr>
<td valign="top"> <input type="button" onClick="fullscreen()" value="Full Screen" id="btFullscreen" alt="welcome" class="Screen" /> </td>
</tr>
<td> <?php
$player = $_GET["LoginName"];
$key = $_GET["SessionKey"];
echo("<iframe id='ifGame' frameBorder=0 src='http://64.79.73.151:8087?LoginName=$player&SessionKey=$key' width='870' height='630'></iframe>");
?></td>
</tr>