<!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> </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><select name="flaechennummer"
onChange="aktualisiere();"><BR><option value<FONT color=#000000>="<FONT
color=#ff0000><=</FONT>200"</FONT> selected>Alle
Flächen</option><BR><option value="<FONT color=#ff0000>=</FONT><FONT
color=#000000>1</FONT>">Fläche 1</option><BR><option value="<FONT
color=#ff0000>=</FONT><FONT color=#000000>2</FONT>">Fläche
2</option></FONT></DIV>
<DIV><FONT color=#0000ff>....<BR></select></FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Leider wüsste ich nicht, wie ich die Funktion dafür ändern muss, weil ich
z.B. nicht weiß für was 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> </DIV>
<DIV>@Kai Behncke:</DIV>
<DIV> 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> </DIV></FONT></BODY></HTML>