"carlo" <[EMAIL PROTECTED]> writes:

> Hi Bob,
>
> It has certainly nothing to do with loadJSONDoc but that's not a
> syntax problem, also with your correction (but from my server log I
> had the correct querystring also with the previous syntax) IE 6 does
> not work.
> Also not working:
>
> function timestamp() {
>     return new Date().getTime();
> }
> d = loadJSONDoc('http://192.168.9.1:8081/da/combo.py',
> {'combocontents':tipo,'nocache':timestamp()});
>
> and
>
> d = loadJSONDoc('http://192.168.9.1:8081/da/combo.py'+'?
> nocache='+timestamp()+'&combocontents='+tipo);
>
> In FF is both of them are ok; Firebug gives me the correct parameters
> and response from the server.
>
> But if I code 'nocache='+'dummy'  or I send only the 'combocontents'
> parameter then IE 6 works.
>
> The same behaviour I seem to have with dojo.io.bind

All of these (for MochiKit) works for both IE 6 and IE 7 to me.  There must be
something on your side.  Try having a pristine installation of Windows and
then access your website.  Then apply all service packs and try again.  If it
works on both cases -- as it does for other people, myself included --, then
there's the time to compare your non-working settings with your working newly
installed Windows. 

-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to