Marcin wrote:
[color=blue]
> i want to pass XML data in querystring from one to another asp page.
> it is about 10000 characters long, i cannot use FORM because it is
> already nested in one.[/color]
Forget about that. URLs are not meant (read "specified") to transport
such payload. Any upstream HTTP processor may simply truncate the URL.
[color=blue]
> What i do is i have IFRAME and im passing some xml data
> in QUERYSTRING. It doesnt work somehow, im using javascript escape
> method to substitute escape characters, but most of characters are
> being truncated (about 300-500 left).
> Are there limits in querystring length?[/color]
Yes. There's no specified maximum length, but experience shows that
query strings longer than 2 kB are to avoided.
[color=blue]
> what else should i try??[/color]
HTTP POST.
Cheers,
--
http://www.joergjooss.de
mailto:news-reply@joergjooss.de