Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-01-2009, 02:24 PM   PM User | #1
phoo
New Coder

 
Join Date: Feb 2009
Posts: 14
Thanks: 3
Thanked 0 Times in 0 Posts
phoo is an unknown quantity at this point
Safari size limit on Ajax response?

Hi,

I have this call (prototype):

Code:
			var htmlData = new Ajax.Request(
				u, 
				{
					method: 'get',
					parameters: pars,
					onComplete: showData
				});
u is a php script that retrieve the html data from a page with file_get_contents.
I need all the html data (response text) for parse in js the DOM elements and retrieve css attributes.

My code works fine for all browser... except Safari.

In safari, if the html of the page to analyse is "big" (I don't know the exact size), I don't receive any output, it simply wait for an answer the never arrive.
I read about a data size limite for safari lower than other browsers, but I don't know how to solve my problem.

Any idea?
Thanks
phoo is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:35 AM.


Advertisement
Log in to turn off these ads.