| I have an interesting problem. I have an app that runs in a web browser, using OSAKit. The app itself needs to launch a web browser to open a specified page at certain points. The problem is that it opens the page in the same window, so if the user wants to continue using my OSAKit-embedded app, they have to go back to the previous page, prompting OSAKit to redownload and restart the game (which can take several minutes as it loads a lot of content). 
 Is there any way around this? Can I force BlitzMax to OpenURL in a new browser?
 
 Thanks!
 
 
 |