Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 52.15.173.197
<?php
include_once('../includes/urls_vars.php');
?>
<html>
<head>
<title>XML TABLE TESTING</title>
<script language="javascript" src="../js/_functions00.js"></script>
<script>
window.onload = function()
{
xml_caller('<?php echo $xml_to_load ?>', 'main_game',
{lang: '<?php echo $str_lang ?>',
vis_logo: '<?php echo $visitor_logo ?>',
home_logo: '<?php echo $home_logo ?>',
server_name: '<?php echo $server_name ?>'}
);
}
</script>
<link rel="stylesheet" href="http://www.lhjmq.qc.ca/css/text.css" type="text/css">
<link rel="stylesheet" href="http://www.lhjmq.qc.ca/css/table.css" type="text/css">
<style>
html, body, table, div, input {
font-family: Verdana, Tahoma, Arial
}
a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: blue;
text-decoration: none;
}
a:hover {
color: blue;
text-decoration: underline;
}
a:active {
color: blue;
text-decoration: none;
}
</style>
<script language="JavaScript" type="text/JavaScript">
function MM_jumpMenu(targ, selObj, restore)
{ //v3.0
if (selObj.options[selObj.selectedIndex].value != "")
{
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore)
selObj.selectedIndex=0;
}
}
function setDivItemStyle(DivItemName, DivItemStyle)
{
DivItem = document.getElementById(DivItemName);
if (DivItemStyle == "" || DivItemStyle == "none")
{
DivItem.style.display = "none";
}
else if (DivItemStyle == "switch")
{
if (DivItemStyle == "none")
{
DivItem.style.display = "block";
}
else
{
DivItem.style.display = "none";
}
}
else
{
DivItem.style.display = "block";
}
}
</script>
</head>
<body>
<div id="main_game""></div>
</body>
</html>
|