Le Monday 08 September 2008 23:38:02 Max, vous avez écrit : > Hi, all, > Is there a way to programmatically call a website, enter the > data? For example, if i have a textbox in my web page, I want you > transfer the data in my textbox to google's textbox ( in the > background) and present the result in my page? > > Thanks
This is not really gwt related but because you post here I assume your server code is Java. If this is the case, take a look at Apache Commons HttpClient : http://hc.apache.org/httpclient-3.x/ Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
