Hallo Andreas
Eine URL darf tehoretisch beliebig lang sein, praktisch sollte sie jedoch nicht mehr als 255 Zeichen betragen.
<cite rfc="2616: HTTP/1.1" chapter="3.2 Uniform Resource Identifiers" >
The HTTP protocol does not place any a priori limit on the length of
a URI. Servers MUST be able to handle the URI of any resource they
serve, and SHOULD be able to handle URIs of unbounded length if they
provide GET-based forms that could generate such URIs. A server
SHOULD return 414 (Request-URI Too Long) status if a URI is longer
than the server can handle (see section 10.4.15).
Note: Servers ought to be cautious about depending on URI lengths
above 255 bytes, because some older client or proxy
implementations might not properly support these lengths.
</cite>
Diese 255 Zeichen gelten übrigens inkl. Protokoll, Host, Pfad, Datei und den Search-String.
Damit bleiben für die Formularwerte bei der GET-Methode in der Regel etwas weniger als 200 Zeichen übrig.
Grüsse
Tom
PS. Der Link zu einem RFC-Archiv: http://sunsite.auc.dk/RFC/index.html