You can use jsonp if form data is not so long. Or, gadgets api contains an analog of ajax-request. You can not use simple 'ajax-request' to your host, because you application executes in somebody's else container.
On Thu, Oct 7, 2010 at 1:54 PM, acc <[email protected]> wrote: > it was suggested to post my question here - I first posted it on the > iGoogle help forum: > http://www.google.com/support/forum/p/Web+Search/thread?tid=4064bb211d4503f0&hl=en > > > Is the Code from a Gadget somehow transformed before being displayed? > > I am using 2 HTML forms (a search box searching my site, and another > HTML-form independent from the first one, with a pulldown with > quicklinks to some locations on my site) - and it used to work. > > now I noticed the source code displayed on iGoogle only contains one > single form, even though the gadets xml-file hosted on my site > contains 2 forms. > > code is something like this: > > <module><moduleprefs>....</moduleprefs> > <Content type="html"> > <![CDATA[ > <div>...<form id="SearchForm" name="SearchForm" action="http:// > MYDOMAIN/index.php" method="get">...</form> > <form action="http://MYDOMAIN/index.php" method="get" > id="pulldownchooser" name="pulldownchooser"> > ...</form> > </div> > ]]> > </Content> > </Module> > > -- > 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. > > -- 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.
