Show webpage in Form

Hi,

I had already seen somewhere but I do find it now…

How can I show a webpage like http://www.google.fr in a HTML_AREA ?

Thanks

plugins.http.getPageData() should help…

If I put the result of plugins.http.getPageData( “http://www.google.com”) in a HTML_AREA Nothing append.

In fact I don’t want to get the html code source from a webpage but directly show It in a html area.

There is not much difference in getting the page’s data and setting it or doing this “directly”. But you can also call something like this

elements.yourHtmlField.URL = 'http://www.servoy-plugins.de'

Note that if a page does not display at all, it is usually due to limitations of Sun’s HTML renderer. For example, if a page contains META tags, it will not display. You can search the forum for posts dealing with no-go-tags…

Ok thx Patrick

for showing, an html page inside Servoy, the best way to go is using the browser-bean of IT2BE, we use it to show google-maps for instance.

Hope this helps