RE: Displaying HTML
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Feb 05, 2004
- 511 views
Juergen Luethje wrote: > > > isaac-topica wrote: > > > Actually, this should work just fine. > > What do you mean by "should"? > I tested it, and it did *not* work on my system. > Did you actually test it? If you did so, on what system? > Which Windows version, and which Euphoria version? > What *exactly* did you do? Facts please ... > > > The result will be that the HTML file is > > displayed in the default browser, > > As I previously wrote, that was *not* the result, that I got. > When I called > integer code > code = system_exec("ReadMe.html", 2) > actually nothing happend on my system. The file "ReadMe.html" was > in the same directory as the regarding Euphoria program. On Win2K, system_exec() does nothing, but system() opens the file in IE (my default browser). Matt Lewis