Re: [PHP-GTK] Open a internet window/adress
[email protected] ("Eric")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <007601c11922$4a19ecc0$1959aa3f@phoneserver> |
You might try:
exec("\"C:\Programmer\Intern~1\IEXPLORE.EXE\"
http://delfs.dk/jonas/");
or:
exec("\"C:\Programmer\Intern~1\IEXPLORE.EXE\"
http://delfs.dk/jonas/");
(You need to do the DOS style of directories if there's a space in it)
That would be my suggestion. Good luck!
Eric
----- Original Message -----
From: "Jonas Delfs" <[email protected]>
To: <[email protected]>
Sent: Monday, July 30, 2001 12:41 PM
Subject: Re: [PHP-GTK] Open a internet window/adress
> "Andrei Zmievski" <[email protected]> skrev i en meddelelse
> news:[email protected]...
>
> > > How do i do <subj.>?
> >
> > You can't right now. PHP-GTK doesn't support HTML rendering or embeding
> > Mozilla or anything like that.
>
> Oh.
>
> > You could run an external browser via
> > exec(), though.
>
> Okay - that may be the solution then. I've tried with
>
> exec("\"C:\Programmer\Internet Explorer\IEXPLORE.EXE\"
> http://delfs.dk/jonas/)
>
> But get this error-msg:
> 'c:\programmer\Internet' was not recogniced as a intern or ekstern
command,
> a program or a batchfile. (translated from danish)
> Wich i can't understand because i _have_ quoted it.
>
> Can you help?
> And btw.: I know i can use Gtk::timeout_add() to make a 'timer', but
> how? -right now i'm using sleep() which isn't very good to this job.
>
> --
> Mvh./Best Regards | Jonas Delfs, http://delfs.dk
>
> "hehe ikke set en standart i min kode før, hvad er det for nogle
dimser?" -
> X
>
>
>
> --
> PHP GTK Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]
>
>
>