I have a gadget with <Content type="url" href="xxxxxxxxxxx.jsp" /> in xml file.
I want to use dynamic-height feature. As it is a jsp(or any other server side technology like ASP, PHP) page, I may not be able to place my code inside this content tag (Can I place server side code here?). In this case, how can I use dynamic-height feature? Can I place _IG_AdjustIFrameHeight() method in that *xxxxxxxxxxx.jsp *page? Will it work?

