I'm afraid I need it spelled out a little more completely. See my attempt at http://homepage.mac.com/bfr/george_adams/ComputerHistory3.htm
On Feb 23, 9:55 pm, David Huynh <[email protected]> wrote: > > Also, knowing where to put the JSON data in the HTML fragment would > > make it easier for my users as they wouldn't need to upload the JSON > > file to the server. > > You can put your data in a script tag > > <script> > var myData = [ ... ]; > </script> > > And then to load it > > window.database.loadData(myData); > > David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" 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/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
