[mapserver-users] Query results in new window

Maul, Andreas-Alexander Andreas.Maul at bgr.de
Mon Dec 3 10:20:55 EST 2001


ok, I got it. Here is my simple template file.
Thanks,
Andreas

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Redirection</title>
<script language="JavaScript">
<!-- 
function NewWin()
{
result_win = window.open("/gga_tif/bohrung.php?mpid=[ID]");
history.back(-1);
result_win.focus();
}
</script>
</head>
<body onLoad="NewWin()">
</body>
</hmtl>



More information about the mapserver-users mailing list