<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hallo Liste,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>ich habe neue Probleme mit der Übergabe von 
Variablenwerten an den Mapserver. Meine Schaltflächen für Zoom funktionieren, 
aber das&nbsp;mit den PAN-Buttons rings&nbsp;um die Karte will nicht richtig 
funktionieren. Wenn ich diese Button benutze, komme ich immer wieder zur 
Gesamtansicht, die vorherige Zoomstufe wird nicht beibehalten. Mein 
HTML-Template sieht folgendermaßen aus:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;input type="hidden" name="map" 
value="[map]"&gt;<BR>&lt;input type="hidden" name="imgext" id="imgextID" 
value="[mapext]"&gt;<BR>&lt;input type="hidden" name="program" 
value="[program]"&gt;<BR>&lt;input type="hidden" name="htmlroot" 
value="[htmlroot]"&gt;<BR>&lt;input type="hidden" name="map_web_imagepath" 
value="[map_web_imagepath]"&gt;<BR>&lt;input type="hidden" 
name="map_web_imageurl" value="[map_web_imageurl]"&gt;<BR>&lt;input 
type="hidden" name="zoom" id="zoomID" value="[zoom]"&gt;<BR>&lt;input 
type="hidden" name="mode" id="modeID" value="[mode]"&gt;<BR>...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;!--ZoomIN--&gt;<BR>&lt;img name="Button_ZoomIN" 
src="../images/zoomin.gif"&nbsp; width="25" heigth="25"&nbsp; alt="ZoomIN" 
title="Kartenausschnitt vergr&amp;ouml;&amp;szlig;ern" onclick="ZoomIN()" 
onmouseover='this.src="../images/zoomin_aktiv.gif"' 
onmouseout='this.src="../images/zoomin.gif"'&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2><BR>&nbsp;&lt;script 
type="text/javascript"&gt;<BR>&nbsp;function ZoomIN() 
{<BR>&nbsp;document.getElementById("zoomID").value=2;<BR>&nbsp;document.getElementById("modeID").value="browse";<BR>&nbsp;&nbsp;}<BR>&nbsp;&lt;/script&gt;<BR>....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;!-- Kartenfenster--&gt;<BR>&lt;script 
"text/javascript"&gt;<BR>function rubber() 
{<BR>document.getElementById("zoomID").value=1;<BR>document.getElementById("modeID").value="browse";</FONT></DIV>
<DIV><FONT face=Arial size=2>}<BR>&lt;/script&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;td colspan="3"&gt;<BR>&lt;table 
bgcolor="#0068B4" cellpadding="0" cellspacing="0" 
border="0"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td 
align="left"&gt;&lt;input type="image" src="../images/nw.gif" width="15" 
heigth="15" border="0" alt="Karte nach Nordwesten verschieben" 
onclick="rubber()"&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td 
align="center"&gt;&lt;input type="image" src="../images/n.gif" width="20" 
heigth="15" border="0" alt="Karte nach Norden verschieben" 
onclick="rubber()"&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td 
align="right"&gt;&lt;input type="image" src="../images/ne.gif" width="15" 
heigth="15" border="0" alt="Karte nach Nordosten verschieben" 
onclick="rubber()"&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;</FONT></DIV>
<DIV><FONT face=Arial><FONT size=2>...</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>Wo liegt mein Fehler? Ich denke, den neuen 
Kartenmittelpunkt muß ich nicht explizit vorgeben, es soll ja einfach erstmal 
die aktuelle Mausposition verwendet werden.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Wer kann mir weiterhelfen?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Viele Grüße,</FONT></DIV>
<DIV><FONT face=Arial size=2>Sabine Hoffmann</FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2></FONT>&nbsp;</DIV></FONT></BODY></HTML>