Re: send event (click) to an external html page

2013-02-28 Thread Laurent Garnier
ARRRGGG ! Thank you all for your search and help. I don't know how to workaround my problem. So, I'll search (alone, again, ;-) If I find anything, I'll tell you Best, Laurent Le mercredi 27 février 2013 17:59:06 UTC+1, Milan Cvejic a écrit : Thanks Thomas for clarification of messaging api.

Re: send event (click) to an external html page

2013-02-27 Thread Thomas Broyer
You can't. Wouldn't it be great if loading a website (which could just be an ad actually, so something that I didn't even *chose* to see) would load Twitter in an hidden iframe, fill the compose input and then programmatically click the Tweet button? (or variations along the way of Facebook,

Re: send event (click) to an external html page

2013-02-27 Thread Milan Cvejic
On the other hand, if you are loading iframe from the same domain, and have full control of iframe content you can use window.postMessage api for child - parent communication. You will need to implement some JSNI methods in order to accomplish this in GWT. Best, Milan On Wednesday, February

Re: send event (click) to an external html page

2013-02-27 Thread Thomas Broyer
On Wednesday, February 27, 2013 3:07:48 PM UTC+1, Milan Cvejic wrote: On the other hand, if you are loading iframe from the same domain, and have full control of iframe content you can use window.postMessage api for child - parent communication. If it's from the same origin, you don't

Re: send event (click) to an external html page

2013-02-27 Thread Milan Cvejic
Thanks Thomas for clarification of messaging api. I believed that it is working only on same domain and that it is build just to standardize communication. Best, Milan On Wed, Feb 27, 2013 at 3:24 PM, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, February 27, 2013 3:07:48 PM UTC+1,

Re: send event (click) to an external html page

2013-02-22 Thread Laurent Garnier
I try to explain better my problem. I load a frame with an url (like www.google.fr) How can I fill the text field (id=gbqfq), and send click to search button (id=gbqfba) ? Do you understand what I mean now ? Thx Le jeudi 21 février 2013 00:33:44 UTC+1, hprc a écrit : sorry i dont't know what

send event (click) to an external html page

2013-02-20 Thread Laurent Garnier
Hi, first, excuse me for my poor english, but I'm french. I load an external page into a frame : final Frame frame = new Frame(url); The external page is from a public website. Can I send event to an element on this page, like click on a button, or fill a textfield ? Thx for help -- You

Re: send event (click) to an external html page

2013-02-20 Thread K vfdsdfbsdb
sorry i dont't know what do you do. i recommend you reading beginner book that explain for GWT. because it explain you several base sample. 2013/02/21 5:58 Laurent Garnier lgarnie...@gmail.com: Hi, first, excuse me for my poor english, but I'm french. I load an external page into a frame :