Open html in browser window, replacing FPMI

Related to, but not the same as, topic “Open a web page within FPMI application”. I want to open an html page in the same browser window/tab as FPMI is in, replacing the FPMI page with my html page.

openURL opens the html page in a new window/tab, so the FPMI project is still running.

Is there a way to do this?

Just so that no one is confused, I happen to know that bds is running his FPMI project as an applet, so it actually is running in a webpage, unlike most typical FPMI apps that run as a separate app.

bds - good question. I can’t think of any way for you to do this off the top of my head. Applets themselves may have some hooks for this that we aren’t currently exposing - I’ll look into it.

Ok, in 3.1.4 fpmi.net.openURL() will have an optional boolean second argument that will make it behave in “applet” style, which will relpace the applet page with the given URL.