How do I open an Internet browser window?

BlitzMax Forums/BlitzMax Beginners Area/How do I open an Internet browser window?

pangyan(Posted 2005) [#1]
I want to open up a browser window for my users when they click on a link in my game. I am using this:
system_ "help.html"
This does not do anything in version 1.14. What's wrong?
Thanks


Chris C(Posted 2005) [#2]
OpenURL "http://www.google.com"


taxlerendiosk(Posted 2005) [#3]
Does this work (on all platforms) for local files (e.g. "help/index.html")? What about email ("mailto:aaa@...")?


Perturbatio(Posted 2005) [#4]
Mailto: works for me.
I'd imagine local files will work as well.


taxlerendiosk(Posted 2005) [#5]
They both work here, on Windows XP, but I'm wondering about Mac/Linux