$x=$_GET['x'];
$y=$_GET['y'];
if ($x==NULL) { $x=1; }
if ($y==NULL) { $y=1; }
if (!is_numeric($x)) { $x=1; }
if (!is_numeric($y)) { $y=1; }
?>
Map
onLoad="window.open('map.php?x= echo($x); ?>&y= echo($y); ?>','map');window.open('left.php?x= echo($x); ?>&y= echo($y); ?>&stop=true','left');window.open('up.php?x= echo($x); ?>&y= echo($y); ?>&stop=true','up');window.open('down.php?x= echo($x); ?>&y= echo($y); ?>&stop=true','down');" } ?>>
// Acertar link para a proxima img
$x=$x+1;
if ($x>14) { $x=20; }
?>
if ($x==20) {
?>
} else {
?>
} ?>
|