Quote:
|
Originally Posted by excaliber7388
If I could I'm not sure gscript supports this, if I'm worng tell me, but I was hoping to create my own browser when I started this but was unable to figure out how.
All of the functions have been updated now, and the new comp has been released. You can now multi task, and there are many options, from the desktop image, to how the windows act. (parents windows closing when child window is opened for example)
|
This wouldn't be an easy feat to do. You could use the RequestHTTP function, or whatever it's called, and manually parse it and display the website. Either that or you could ask Stefan nicely to incorporate a nice HTML control where you can either input the HTML or address into it.
example:
PHP Code:
new GuiHtmlCtrl("Html_Main") {
profile = "GuiHtmlProfile";
html = "<html><body><font face='Arial' size='12px' color='#FF0000'>Zomg it's an HTML control</font></body></html>";
}