You can retrieve the form values to calculate the charts in different ways:
1) submit the form to a PHP (or other server-side scripted) page, and retrieve parameters there. 2) submit the form (using the GET method) to an HTML page and use javascript to parse the URL for the parameters (see http://jquery-howto.blogspot.com/2009/09/get-url-parameters-values-with-jquery.html for retrieving the parameters) 3) do not submit the form. Use javascript to retrieve form values and build the charts on the same page (hiding or removing the form if necessary). -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/DfPhCHG3N5wJ. 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-visualization-api?hl=en.
