Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Re: Opening file in another app


  • From: javascript@xxxxxxxxxx (Peter Brunone)
  • Subject: [Javascript] Re: Opening file in another app
  • Date: Thu, 18 Oct 2001 16:45:29 -0500

    If the user has an application registered to handle the pertinent file
type, then it will be opened in that application.  You can't really control
this from the server (although you can force it to save instead of opening
by pushing an unknown mimetype).

----- Original Message -----
From: <phumes1@xxxxxxxx>
To: <javascript@xxxxxxxxxx>
Sent: Thursday, October 18, 2001 4:08 PM
Subject: [Javascript] Re: Opening file in another app


|
| I have a list of files which have <a href"">...</a> around them. When a
| user clicks on a link, how can I have that "filename" open in UltraEdit or
| WordPad on the users PC? Has anyone done anything like this?
|
| _______________________________________________
| Javascript mailing list
| Javascript@xxxxxxxxxx
| http://www.LaTech.edu/mailman/listinfo/javascript
|