[Proto-Scripty] Re: AJAX.Request complains about 'function expected' in IE6

2010-03-18 Thread T.J. Crowder
Hi,

> > I think:
> > requestHeaders: ['Accept-Encoding', '']
>
> > should be:
> > requestHeaders: {'Accept-Encoding': ''}

Believe it or not, the docs say it works either way:
http://prototypejs.org/api/ajax/options

But if Shane's was more complex, then that might be the issue.
--
T.J. Crowder
Independent Software Consultant
tj / crowder software / com
www.crowdersoftware.com


On Mar 18, 6:05 pm, Shane McCarron  wrote:
> Yes, it was populated above with some complex JSON string.  Thanks!
>
>
>
>
>
> On Thu, Mar 18, 2010 at 9:16 AM, disccomp  wrote:
> > I think:
> > requestHeaders: ['Accept-Encoding', '']
>
> > should be:
> > requestHeaders: {'Accept-Encoding': ''}
>
> > 'msg' is not explicitly defined in your post, it is set somewhere,
> > right?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Prototype & script.aculo.us" group.
> > To post to this group, send email to
> > prototype-scriptacul...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > prototype-scriptaculous+unsubscr...@googlegroups.com > s%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
> --
> Shane McCarron
> halindr...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Re: AJAX.Request complains about 'function expected' in IE6

2010-03-18 Thread Shane McCarron
Yes, it was populated above with some complex JSON string.  Thanks!

On Thu, Mar 18, 2010 at 9:16 AM, disccomp  wrote:

> I think:
> requestHeaders: ['Accept-Encoding', '']
>
> should be:
> requestHeaders: {'Accept-Encoding': ''}
>
> 'msg' is not explicitly defined in your post, it is set somewhere,
> right?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> prototype-scriptacul...@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>


-- 
Shane McCarron
halindr...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: AJAX.Request complains about 'function expected' in IE6

2010-03-18 Thread disccomp
I think:
requestHeaders: ['Accept-Encoding', '']

should be:
requestHeaders: {'Accept-Encoding': ''}

'msg' is not explicitly defined in your post, it is set somewhere,
right?

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.