[Proto-Scripty] javascript widget (using prototypejs)

2008-09-16 Thread Rama
doman. Regards rama --~--~-~--~~~---~--~~ 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-scriptaculous@googlegroups.com To unsubscribe from this group, send

[Proto-Scripty] Re: javascript widget (using prototypejs)

2008-09-16 Thread Rama
an Ajax call to a server that is not in your web page's domain, it is a deliberate security restriction in the browser designed to prevent cross-site scripting (XSS) attacks. On Sep 16, 1:34 pm, Rama [EMAIL PROTECTED] wrote: hi, i have developed a widget/badge in javasript. (using

[Proto-Scripty] how can we make XHR (AJAX ) calls to other domain ?

2008-09-17 Thread Rama
ok understood. then how can we make AJAX (XHR) calls to other domain ? Is it actually possible? Regards rama On Sep 17, 4:49 am, Diogo Neves [EMAIL PROTECTED] wrote: Hi, On Wed, Sep 17, 2008 at 12:38 AM, Rama [EMAIL PROTECTED] wrote: iam not violating the same origin policy

[Proto-Scripty] Re: how can we make XHR (AJAX ) calls to other domain ?

2008-09-17 Thread Rama
actually planning to bring data for the widget by calling AJAX./ XHR call to my server. regards rama On Sep 17, 5:46 pm, bluezehn [EMAIL PROTECTED] wrote: A suggestion: make them to your domain, then have a server side script on the same domain which uses something akin to php's curllib to make

[Proto-Scripty] Re: how can we make XHR (AJAX ) calls to other domain ?

2008-09-18 Thread Rama
-- 1) http://softwareas.com/cross-domain-communication-with-iframes 2) http://dojotoolkit.org/node/87 Once again i want to thank all the community members for giving me a proper direction in solving the problem. regards -- rama On Sep 18, 4:02 pm, david [EMAIL PROTECTED