to open a file in firefox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zentosd
    New Member
    • Jul 2012
    • 1

    to open a file in firefox

    can any one give me piece of code that would help me to open a file with its associated default application. Need a plain html code.

    when i click the link the file will be opened in the application with the help of file extension mapping by the browser..

    Most important is that it should be work in both IE and Mozila FireFox, urgent.. help me
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You can not code for that. The browswer will do whatever it is set up to do. If the user selects the option to download the file, it will download, if the user selects to open the file, it will open in the default application.

    Comment

    Working...