Re: Displaying HTML
- Posted by "Hayden McKay" <hmck1 at dodo.com.au> Feb 09, 2004
- 536 views
Yes, I have a copy of system_exec() that executed and opened a *.html file from within Judith's IDE 0.18.3 in a mebu item procedure. If u guys like, I can get a copy of it from my brother. SO I MUST SAY U can open a [html] file with syaten_exec() from an [exw] ----- Original Message ----- From: "Elliott Sales de Andrade" <quantum_analyst at hotmail.com> To: <EUforum at topica.com> Sent: Monday, February 09, 2004 3:19 PM Subject: Re: Displaying HTML > > > >From: Derek Parnell <ddparnell at bigpond.com> > >Reply-To: EUforum at topica.com > >To: EUforum at topica.com > >Subject: Re: Displaying HTML > >Date: Sat, 7 Feb 2004 10:20:57 +1100 > > > >----- Original Message ----- > >From: "Isaac Raway" <isaac-topica at blueapples.org> > >To: <EUforum at topica.com> > >Sent: Saturday, February 07, 2004 10:01 AM > >Subject: Re: Displaying HTML > > > > > > > > Juergen Luethje wrote: > > > > <snip> > >What *API* are you talking about? The EUPHORIA routine called "system_exec" > >has nothing to do with any Windows API. It is equivalent to opening a DOS > >window and typing in the parameter at the DOS prompt. Thus > >'system_exec("ReadMe.html", 2)' is like typing "ReadMe.html" at a DOS > >prompt. IT does NOT open a browser to display the html file. If you read > >the Euphoria documentation for this routine it says that the parameter > >"must be a command to run an executable program" - and a HTML file is not > >one of those. > > > > Perhaps you should use system("start ReadMe.html", 2). > > > > >-- > >Derek > > > > > > TOPICA - Start your own email discussion group. FREE! > > > -- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.580 / Virus Database: 367 - Release Date: 6/02/04 > --- --