Re: [PHP] Submitting URLs in IE

2009-04-04 Thread Phpster
On Apr 4, 2009, at 14:07, Skip Evans 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 ab

[PHP] Submitting URLs in IE

2009-04-04 Thread Skip Evans
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 stop