Try adding a DOCTYPE declaration to the top of the page (before the <html> 
tag):

<!DOCTYPE html>

Some browsers (most notably IE 8) run into problems with the Visualization 
API when the DOCTYPE is omitted.  Also, the jQuery script tag is pointing 
to a local copy - make sure that the local copy exists and is where the tag 
is looking for it.  If you don't have a local copy, you can use a CDN (like 
Google's) instead:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" 
></script>

On Sunday, April 7, 2013 11:28:07 AM UTC-4, kolo ken wrote:
>
> Sorry for any inconvenience, i already followed what you told me, but the 
> result shows blank page to me again @@
> Here i upload my latest work...
>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to