Hey Max, If you want to do this with GWT, know that you can't do this on the client side alone (unless you use clickjacking http://ha.ckers.org/blog/20081007/clickjacking-details/ ) without violating the Same Origin Policy.
You might want to check out HTMLUnit, which is GWT compatible itself. I've had lots of success with HTMLUnit, like scripting it to log in to our analytics service and retrieve some reports. Another option is Selenium, but I haven't used that. Best of luck, David On Oct 8, 6:00 pm, Max <[EMAIL PROTECTED]> wrote: > Dear all, > Is there a way to programmatically enter data into a text > box in a third party website and search(eg, google) ? > Any tutorials, books etc. I have googled a bit but had no luck. > > Thanks, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
