hello there, I have been tring to study google script and jave script. I 
 have opened google sheet with some data inside . i then created the script 
below to retrieved the specific data from my database.  It has been a 
frustrating thing  to note that when ever i click button"go faster" nothing 
happened. no response, no loading of url......help me what can I do



<html>
 <head>
<member>
  <script type="text/javascript"
      
  </script>
  <script type="text/javascript">
  google.load('visualization', '1', {packages: ['gauge']});
  google.setOnLoadCallback(handleQueryResponse);

  


function  handleQueryResponse(response)  {
  var query = new 
google.visualization.Query(https://docs.google.com/spreadsheets/d/1RFFkryvSxd1ogg1QE1KUs89PVWECQL_fk7FIaf2184U/gviz/tq?tqx=out:html&tq=&gid=233539392/dit#gid=";,
 
send( query ));
query.setQuery('select B, C group by o');
  query.send(handleQueryResponse);
}


  }

  </script>
 </head>
 <body>
  
  <input type="button" value="Go Faster" onclick=" response" />
 
 </body>
</html>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to