Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1764 by [email protected]: Cross-domain URL call in GoogleScript does not work in firefox
http://code.google.com/p/google-caja/issues/detail?id=1764

What revision of the cajoler exhibits the problem?  On what browser and OS?
firefox 21

What steps will reproduce the problem?
1.create a simple spreadsheet on google and add script & html.
2.include cross-domain jQuery to invoke any URL
3.display result in html

What is the expected output? What do you see instead?
it should show text data returned by URL (i am doing GET on url), instead it shows 'Undefined' and error as 'error'.

Please provide any additional information below.
 var message = $.ajax(
     {
     type: "GET",
     async: false,
     data: "user="+user,
     crossDomain: true,
     dateType: "text",
     url: "any url"
     }).responseText;
  alert(message);
Please help!!

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to