ID:2119353
 
Code:
src << browse(text, "window=hello;size=500x300")


Problem description:
I use the above code that I found on a tutorial along with an html text. Works good but a window pops up, is there a way to use the exact same code but no window to pop up, just a window I already have on the screen (interface window5 for example) to update with these contents?
src << browse(text) // goes to default browser in the skin
src << output(text, browser_id) // goes to a specific browser
Ok thanks. New question: horizontal rule <_hr_> (without _) doesn't seem to work with output, it gives '***' instead while in browse it works fine. Is it just me?
In response to RedAndBlack
The output only partially supports HTML and CSS, so it's not just you.