searchQueryString = "&from=mainform_game&userAction=game&gameName=&gameCat=10" ;
function secondAdd(addid)
{
var url = location.href;
var agree = confirm("Lägga till spelet på spel-säkes listan?");
if(agree == true )
{
window.location = url+"&AddIdX="+addid;
}
}
function addMyGame(addID)
{
var url = location.href;
var agree = confirm("Lägga till spelet på spel-finnes listan?");
if(agree == true )
{
window.location = url+"&AddIdMy="+addID;
}
}
function swapp() {
document.getElementById('mem').style.display = 'inline';
document.getElementById('game').style.display = 'none';
}
function swapGame() {
document.getElementById('game').style.display = 'inline';
document.getElementById('mem').style.display = 'none';
}
document.onmouseup = hidesearchlist ;
function hidesearchlist()
{
document.getElementById('disp').style.display='none';
}
function fillvalue(val)
{
document.game.gameName.value = val ;
document.getElementById('disp').style.display='none';
}
|
|
 |
Search Result |
 |
|
|
|
|
|
|
|
Visar: 1 Till 10 av Totalt 371 |
Föregående 1 | 2 | 3 | 4 | 5 | ... Nästa |
|
|
|
|
 |
|
 |
|
|
|