Hi All,
3 weeks ago I wrote about the postURL issues with FF2 (until now I have not 
found a solution for this)

Now I found an issue with postURL and IE6.
postURL works well with IE7 but with IE6 I got an error.

The postURL line:
    postURL(this.url,this.postText,this,'application/x-www-form-urlencoded; 
charset=utf-8');

After for cheking if data has a success property:
    if (data.success)
    {
        //customized code    
    }

For the IE6 case
 data.success is equal to false, thus customized code is not executed, however 
data.content have the correct data. 

Then I removed the validation:      if (data.success)  removed 
Therefore the custom code was executed correctly.
for example the follow line was executed correctly:
        var node = parseXML(data.content,document);

I don't know what happen

thanks in advantage
RODOLFO


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


[Non-text portions of this message have been removed]



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to