Re: Opening a File in its Native Application

2008-04-25 Thread Ken Foskey
On Fri, 2008-04-25 at 10:09 -0700, Lynn Etheredge wrote: > Hi, > I would like to create a button on a web page that opens a file in > it's application (ie. open a scientific file in it's native > application). My file does not have an extension and so I think it > probably will not open automatic

Re: Opening a File in its Native Application

2008-04-25 Thread Owen
("start docname") command. > Thank you, > Lynn > > > > - Original Message > From: Owen <[EMAIL PROTECTED]> > To: beginners-cgi@perl.org > Sent: Wednesday, April 23, 2008 11:11:37 PM > Subject: Re: Opening a File in its Native Application > >

Re: Opening a File in its Native Application

2008-04-25 Thread Greg Jetter
On Friday April 25 2008 9:09 am, Lynn Etheredge wrote: > Hi, > I would like to create a button on a web page that opens a file in it's > application (ie. open a scientific file in it's native application).  My > file does not have an extension and so I think it probably will not open > automaticall

Re: Opening a File in its Native Application

2008-04-25 Thread Lynn Etheredge
nd. Thank you, Lynn - Original Message From: Owen <[EMAIL PROTECTED]> To: beginners-cgi@perl.org Sent: Wednesday, April 23, 2008 11:11:37 PM Subject: Re: Opening a File in its Native Application On Wed, 23 Apr 2008 17:34:25 -0700 (PDT) Lynn Etheredge <[EMAIL PROTECTED]> wr

Re: Opening a File in its Native Application

2008-04-23 Thread Owen
On Wed, 23 Apr 2008 17:34:25 -0700 (PDT) Lynn Etheredge <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to open a file in it's native application. It doesn't have a > specified extension, however, so I would need to specify the application > somehow. I saw > > system("start docname") > >

Opening a File in its Native Application

2008-04-23 Thread Lynn Etheredge
Hi, I would like to open a file in it's native application. It doesn't have a specified extension, however, so I would need to specify the application somehow. I saw system("start docname") but this doesn't specify the application. Thank you, Lynn ___