Hi All I have a problem that I can java from javascript normally in GWT 
application but when I run it in Iframe it doesn't work here is the work 
that works fine if I run from browser window but doesnt work in Iframe the 
html file

> <input type="button" onclick="doIT()" value="Do" class="fbbotton" 
> style="margin-left: 20px" />

the Java file 

> $wnd.doIT =@com.application.client.application::saad();
> static void saad()
> {
> GWT.log("saad");
> }

it works fine id I didnt run the page in Iframe 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/J5G_gykrddgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to