Hello Kelvin, You embed an external web page into a GWT page in just the same you would do it using html.
Check out class Frame - its a widget that wraps an iframe element. http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/Frame.html Cheers, --Stevko On Jan 27, 9:52 am, "kelvin.huang" <[email protected]> wrote: > Hi, > > I am using GWT 1.6.4 and trying to include facebook connect page > inside a widget of a GWT page, I checked the HTML and HTMLPanel, they > take html string as parameters, is it possible just past url and > render a page inside a widget? can anyone tell me how to embed an > external page in GWT application. appreciate your help! > > Regards, > Kelvin -- 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.
