When you use the wizard to generate multiple dynamic feed controls, there is a lot of redundant code that will cause problems. For instance, if you simply copy and paste (i.e., modify nothing in either instance), you will end up with two div elements with the id feed- control. This is a problem because the DOM rules indicate you can only have one element with a given id. Additionally, you'll have two completely redundant remote script elements, a duplicate style element, and a second function LoadDynamicFeedControl(). Rather than simply copying the wizard code a second time, you need to pick out only the part that actually initializes your second control and merge it into the first. Check out this link to see what I mean:
http://savedbythegoog.appspot.com/?id=ag5zYXZlZGJ5dGhlZ29vZ3ISCxIJU2F2ZWRDb2RlGLyW1wEM Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Sep 16, 2009, at 4:08 AM, The Dean of Cincinnati wrote: > > I would like to have more than one Dynamic Feed box on the same page > -- like two side by side. However, when I use the wizard to generate > code, and place them in my CSS side by side, one won't appear. > > What is the trick for getting two to show up? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en -~----------~----~----~----~------~----~------~--~---
