<!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.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hallo Sabine,</FONT></DIV>
<DIV><FONT face=Arial size=2>ich weiß nicht ob ich das richtig verstehe, Du hast 
einen Standard HTML-Client?</FONT></DIV>
<DIV><FONT face=Arial size=2>Dann sollte das Objekt in dem Mapserverformular 
einen Namen oder noch besser eine ID haben, z.B. </FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;input type="hidden" name="zoom"&nbsp; 
&nbsp;&nbsp;id="zoomID" value="[zoom]"&gt;&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>Um die Variable dieses Formularobjektes zu ändern 
wäre der Javascriptsyntax:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>function Hinein() {</FONT></DIV>
<DIV><FONT face=Arial size=2>document.getElementById("zoomID").value = 2; 
</FONT></DIV>
<DIV><FONT face=Arial size=2>}</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Wenn Du mit Frames arbeitest sollte es entsprechend 
lauten:</FONT></DIV>
<DIV><FONT face=Arial size=2>parent.FrameName.getElementById("zoomID").value = 
2;</FONT></DIV>
<DIV><FONT face=Arial size=2>Wars das?</FONT></DIV>
<DIV><FONT face=Arial size=2>Viele Grüße</FONT></DIV>
<DIV><FONT face=Arial size=2>Sven</FONT></DIV>
<DIV><FONT face=Arial color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000080 size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000080 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=hoffmann@gta-geo.de href="mailto:hoffmann@gta-geo.de">Sabine 
  Hoffmann</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=mapserver-de@freegis.org 
  href="mailto:mapserver-de@freegis.org">mapserver-de@freegis.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, May 17, 2006 12:47 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Mapserver-DE] Zoom über 
  Grafiken (HTML-Client)</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>
  <DIV><FONT face=Arial size=2>Hallo Liste,</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>ich bearbeite gerade mein ersten MapServer-Client 
  (HTML) und versuche die&nbsp;</FONT><FONT face=Arial 
  size=2>Oberfläche&nbsp;anwenderfreundlich zu gestalten. Ich&nbsp;möchte gern 
  die Auswahlliste für die Kartennavigation (Zoom, Pan)&nbsp;und die Abfrage von 
  Objekten in verschiedene graphische Buttons umwandeln. Probleme bereitet mir 
  die Übergabe und die dauerhafte Auswahl der entsprechenden 
  Parameter.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Im meinem Template steht folgendes:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;img src="../symbols/zoomout.gif" width="25" heigth="25" alt="Zoomout" 
  title="Hineinzoomen" onclick="Hinein()"&gt;&lt;/p&gt;</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;script 
  type="text/javascript"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  function Hinein() {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  zoom=2;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/script&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2><BR>&nbsp;</DIV></FONT>
  <DIV><FONT face=Arial size=2>An den Mapserver wird dieser Wert aber nicht 
  übergeben. Es kommt auch keine Fehlermeldung. Wenn ich in die Karte clicke, 
  wird diese nur verschoben, also der S<FONT face=Arial><FONT size=2>tandardwert 
  zoom=1 benutzt</FONT></FONT>.</FONT></DIV>
  <DIV><FONT face=Arial><FONT size=2>Außerdem möchte ich dem MapServer auch 
  gleich den richtigen Wert für "MODE" übergeben und nach einer Abfrage sofort 
  wieder die Navigationswerkzeuge benutzen können.</FONT></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Kann mir bitte jemand einen Tipp geben!?</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Danke,</DIV>
  <DIV>Sabine Hoffmann</DIV></FONT></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Mapserver-DE mailing 
  list<BR>Mapserver-DE@freegis.org<BR>https://freegis.org/mailman/listinfo/mapserver-de</BLOCKQUOTE></BODY></HTML>