I am trying to do something like the following (I've tried w/ GWT and JQuery neither are quite working right).
<script> var gadgetCode = '<script src="http://www.gmodules.com/ig/ifr? url=http://throttled.org/googlegadgets/ youtubesearch.xml&synd=open&w=320&h=250&title=Search +YouTube&border=%23ffffff%7C3px%2C1px+solid+ %23999999&output=js"></script>'; $(document).ready(function(){ $('#container').html( gadgetCode ); }); </script> <body> <div id="container"></div> </body> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
