On 2000-03-01 18:58:08 -0800, -kevin- wrote:

> Change to:

> text/html; netscape -remote 'openFile(%s)';copiousoutput

Bad idea.  You'd rather want this:

        text/html; netscape -remote 'openFile('%s')'; copiousoutput

Note that the %s itself MUST NOT be enclosed by any form of quoting,
because otherwise strange file names would lead to really strange
effects, and essentially would break out of the quoting.

-- 
http://www.guug.de/~roessler/

Reply via email to