A related question:
If you just say
<FORM target=3D"_blank" METHOD=3DPOST>
you get a new window with a nav bar, etc. If you use window.open, you
can turn the nav bar off and set other properties, but you can't use the
POST method, so the amount of data you can pass in is limited by the max
URL size. Anybody know how you can do both?
-Roy
-----Original Message-----
From: Teng-Fong SEAK [mailto:tfseak@f...]
Sent: Thursday, October 31, 2002 9:56 AM
To: javascript
Subject: [javascript] RE: Open method and max size of query-string
If you can't use code for whatever reason, use HTTP Post request, as
advised
in this page:
http://www.htmlhelp.com/reference/html40/forms/form.html
in the paragraphe beginning with "Using the get method....."
> -----Message d'origine-----
> De : Teng-Fong SEAK
> Envoy=C3=A9 : jeudi 31 octobre 2002 18:45
> =C3=80 : 'javascript'
> Objet : RE: [javascript] Open method and max size of query-string
>
>
> If the query string is too long, there's nothing you could
> do. I think query string length is at least 128 characters
> and yours (107 characters without counting preceeding URL)
> seems to reach this limit. Try using some codes instead of
> strings, eg
>
> 100 =3D Centre d'Etudes et de Recherches par Irradiaton
> 200 =3D Centre des douches de d=C3=A9contamination
> 300 =3D Centre de bronzage par rayonnements =C3=A0 tr=C3=A8s haute
=C3=A9nergie ;)
> etc
>
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20