Hi,
The Google Javascript library and Viz-lib are always loaded at the
beginning on the Html code.
<script type="text/javascript" src="http://www.google.com/jsapi"></
script>
<script type="text/javascript">google.load("visualization", "1",
{packages:["annotatedtimeline"]});</script>
Could I load a Html page without any libraries loaded - and only later
by pressing a button modify the DOM of the page in such a way that
only then the necessary Google libraries are loaded and the drawChart
() function residing in the code is executed?
Could somebody be so kind a write a short example? I am a Javascript
beginner and although I tried for hours now, all my tests failed.
Cheers,
jago
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Visualization API" 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-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---