Dominic Tracey wrote: > I am trying to make a hybrid GTK+/Gecko application and am having > problems submitting the contents of a form to a web server. I am running > the latest milestone build on Linux and am using the gtkmozembed widget > to simply display a page. Links seem to work ok, I can navigate from one > page to the next fine. But when I try to submit a form, through either > post or get, the widget just seems to hang. Note that I don't want to > access any of the form contents from the GTK side of things -- I just > want to do a vanilla submission of the form contents to the web server. > I have tested this with both internal servers (Apache/PHP) and general > ones on the Internet (specifically the generic search form on sourceforge). > > Has anyone seen anything like this? I would really rather use this > avenue as my application has lots of different possible dialog and > network topography configurations that make an integrated web interface > a very desireable solution. Thanks to everyone working on the Mozilla > project -- it really is changing the world! > > Dominic Tracey > http://contour.sourceforge.net >
Do you support the creation of new windows? Mozilla will try to throw a dialog with a warning on it the first time you submit a form. If the creation of that dialog fails then the form won't submit. --Chris -- ------------ Christopher Blizzard http://people.redhat.com/blizzard/ Mozilla.org - we're on a mission from God. Still. ------------
