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 05-23-2007, 05:31 PM   PM User | #1
para15000
New Coder

 
Join Date: Feb 2007
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
para15000 is an unknown quantity at this point
http.readyState

I have this script right

with ajax

works perfectly in firefox and doesn't work at all in IE

I catch the data from the script using

function handleResponse()
{

alert("readystate: "+http.readyState)

if(http.readyState == 4)
{
//bla bla bla
}

}

now on ie http.ready state is always 1 it never goes past it.
what can the problem be?
para15000 is offline   Reply With Quote
Old 05-23-2007, 06:04 PM   PM User | #2
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
Can you post more code or a link to the page?
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv 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 08:48 PM.


Advertisement
Log in to turn off these ads.