On Apr 4, 2009, at 14:07, Skip Evans <s...@bigskypenguin.com> wrote:

Hey all,

I have an application that uses AJAX to submit a page created in the FCKeditor. It builds a URL and then submits that to the server with a JavaScript call like this:

req.open('GET', url, false);

In Firefox it works great for just about any size page you could want, but IE just stops on even medium size pages.

Is this some kind of limitation in IE that can be increased with a registry setting or something?

Any suggestions would be helpful, as I am a bit perplexed.

Would using POST rather than get to submit the URL to the server handle more data?

--
====================================
Skip Evans
Big Sky Penguin, LLC
503 S Baldwin St, #1
Madison WI 53703
608.250.2720
http://bigskypenguin.com
------------------------------------
Those of you who believe in
telekinesis, raise my hand.
-- Kurt Vonnegut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Skip,

Get limits you to about 2Kb of data. Post is the better way to handle it

Bastien

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to