$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('right.php?x= echo($x); ?>&y= echo($y); ?>&stop=true','right');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<1) { $x=0; }
?>
if ($x==0) {
?>
} else {
?>
} ?>
|