Hi, I thought it would be nice to display a website within my solution, so I followed the instructions I could find in Servoy and came up with this:
var pageData = plugins.http.getPageData(‘http://localhost:8080’);
globals.CustomWebSite = ‘’+pageData+‘’
The global field is of type HTML.
Now, the problem is that the website is not realy neatly displayed. All the graphical stuff is screwed up. Is there something wrong, should I take another approach?
Also, it seems to me you cannot use this as a sort of webbrowers, since all the links don’t work. Or, again, am I doing something wrong?
Hi frnds…
Is this possible now… coz I want to have a proper view of a website in my application on a HTML-AREA but its not properly shown …and is it also possible to browse or work my way throught the site like we do on a browser .
And I am aslo not finding any proper examples or sources of how to use the http plugin