Save link As

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sebastian

    Save link As

    Hi

    Is there any possibility to call function Save Link As from browser
    when someone click on my button using left click?

    I men something like <a href=# onClick="saveAs ('document.html ')"

    Standard <a href will open this document in browser window - I just
    want to have possibility to save it on my hard drive by clicking on
    it.

    Now only option to save document is left click on link and choose Save
    link as from browser menu.


    Thank you for help
    Sebastian
  • Captain Paralytic

    #2
    Re: Save link As

    On 4 Jun, 16:22, Sebastian <haja.sebast... @gmail.comwrote :
    Now only option to save document is left click on link and choose Save
    link as from browser menu.
    Surely "right" click???

    Comment

    • Bart Van der Donck

      #3
      Re: Save link As

      Sebastian wrote:
      Is there any possibility to call function Save Link As from browser
      when someone click on my button using left click?
      >
      I men something like <a href=# onClick="saveAs ('document.html ')"
      >
      Standard <a href will open this document in browser window - I just
      want to have possibility to save it on my hard drive by clicking on
      it.
      >
      Now only option to save document is left click on link and choose Save
      link as from browser menu.
      This question comes up often here; please consult the archives:



      --
      Bart

      Comment

      • Bart Van der Donck

        #4
        Re: Save link As

        Bart Van der Donck wrote:
        or



        --
        Bart

        Comment

        Working...