quote:Originally posted by Patchou
if you really want to use a web browser in the windows I can always add some basic functions to use the web browser control of Plus! into the scripting API, that wouldn't be very difficult.
<3 Patchou
I've made a little list PlusWnd::Browser_GetLocation(ControlId) Returns the browser's current url. PlusWnd::Browser_SetLocation(ControlId, Url) Navigate to the specified url. PlusWnd::Browser_Back(ControlId) Go back one page. PlusWnd::Browser_Forward(ControlId) Go forward one page. PlusWnd::Stop(ControlId) Stop loading the current page. PlusWnd::Refresh(ControlId) Refresh the current page. OnWindowIdEvent_BrowserLocationChanged(Wnd, ControlId, Url) This event is triggered when the browser's location changes (e.g. from clicking a link or submitting a form, NOT from the Browser_SetLocation method)