In article <20000926071642.A640@zellner.org>,
Johannes Zellner <w3m-dev-en@mi.med.tohoku.ac.jp> writes:
> > Just use
> >
> > file:///cgi-bin/info2www
> >
> > /cgi-bin/ is an alias to the directory specified in `cgi-bin'
> > directories in the option panel.
>
> no. this does'nt work either :-(
Then try
or
exec:///cgi-bin/info2www
When there is a '?' after the file name, the file is regarded as
a script. (On invocation, you should quote the entire URL like
'file:///cgi-bin/info2www?'.)
exec: is not a valid scheme, but it can be used to indicate
that the following path is not a file to read but a script.
-- Akinori Ito, Dr.Eng. Department of Informatics, Faculty of Engineering Yamagata University tel&fax: 0238-26-3369 E-mail: aito@eie.yz.yamagata-u.ac.jp
This archive was generated by hypermail 2b29 : Tue Sep 26 2000 - 02:45:34 CDT