I am using this code to load the map. But i am getting an alert saying"there is another api key is available......." This is my registered API client-ID so why i am getting this alert everytime.
Or give me some solution on this. <script type="text/javascript" src="http://www.google.com/jsapi"></script<http://www.google.com/jsapi%22%3E%3C/script> > <script type="text/javascript"> // Load the Visualization API and the ready-made Google table visualization. google.load('visualization', '1', {'packages':['table']}); // Load maps. google.load("maps", "2"); google.load("maps","3", {"other_params":"client=gme-abcd&sensor=false"}); Thanks in advance. R's pankaj On Thu, Jul 8, 2010 at 7:18 PM, panki j <[email protected]> wrote: > I am using two urls in my map api to get data that are related. > 1). > query = new google.visualization.Query('state?url=http%3A%2F% > 2Fhllsap52.in.u1609.unilever.com<http://2fhllsap52.in.u1609.unilever.com/> > %3A8001%2Fsap%2Fbc%2Fbsp%2Fsap%2Fzqxml%2Fquery.xml%3Fquery%3Dyqunblm18_0002%26var_name_2%3DYMONTH%26var_operator_2%3DEQ%26var_sign_2%3DI%26var_value_ext_2%3D06.2010'); > query.send(handleStateDsResponse); > and > 2). > query2 = new google.visualization.Query('outlet?url=http%3A%2F% > 2Fhllsap52.in.u1609.unilever.com<http://2fhllsap52.in.u1609.unilever.com/> > %3A8001%2Fsap%2Fbc%2Fbsp%2Fsap%2Fzqxml%2Fquery.xml%3Fsap-user%3Dzs704l3ufbiw%26sap-password%3Dpraveen%40%4088%26infocube%3DYUNBL_M18%26query%3Dyqunblm18_0001%26var_name_2%3DYMONTH%26var_operator_2%3DEQ%26var_sign_2%3DI%26var_value_ext_2%3D06.2010'); > query2.send(handleStateDsResponse); > > both are working separately but while integrating both i am not able to get > data. its showing "could not read from url". > > what went wrong??? > is the prob is that i am using two url in same file?? > or something ...... > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.
