<!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></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>Gibt es nicht eine einfachere Art?</DIV>
<DIV>Könnte man zum Beispiel die Funktion aktualisiere() so ändern, dass nicht 
schon in der Funktion das <FONT color=#ff0000><STRONG>= </STRONG></FONT><FONT 
color=#000000>Zeichen ist, sondern dass ich das Zeichen mit dem VALUE 
übergebe?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#0000ff>function aktualisiere() 
{<BR>window.document.abfrage.flaeche_filter_esc.value=<BR>"(flaechennummer<FONT 
color=#ff0000>=</FONT>\'"+window.document.abfrage.flaechennummer.value+"\');<BR>}</FONT><BR></DIV>
<DIV>Dann könnte doch meine SELECT-Anweisung etwa so aussehen:</DIV>
<DIV><FONT color=#0000ff>&lt;select name="flaechennummer" 
onChange="aktualisiere();"&gt;<BR>&lt;option value<FONT color=#000000>="<FONT 
color=#ff0000>&lt;=</FONT>200"</FONT> selected&gt;Alle 
Flächen&lt;/option&gt;<BR>&lt;option value="<FONT color=#ff0000>=</FONT><FONT 
color=#000000>1</FONT>"&gt;Fläche 1&lt;/option&gt;<BR>&lt;option value="<FONT 
color=#ff0000>=</FONT><FONT color=#000000>2</FONT>"&gt;Fläche 
2&lt;/option&gt;</FONT></DIV>
<DIV><FONT color=#0000ff>....<BR>&lt;/select&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Leider wüsste ich nicht, wie ich die Funktion dafür ändern muss, weil ich 
z.B. nicht weiß für was&nbsp;die <FONT color=#ff0000>\ </FONT><FONT 
color=#000000>sind.</FONT></DIV>
<DIV>Kann mir dabei jemand behilflich sein? Oder ist das auf die Art nicht 
möglich?</DIV>
<DIV>&nbsp;</DIV>
<DIV>@Kai Behncke:</DIV>
<DIV>&nbsp;PHP ist mit Sicherheit eine gute Möglichkeit dafür, aber dafür müßte 
man erstmal den ganzen Client auf PHP umstellen. Das wäre jetzt zu viel Aufwand. 
</DIV>
<DIV>&nbsp;</DIV></FONT></BODY></HTML>