Save As... Dialog Box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sael
    New Member
    • Mar 2007
    • 1

    Save As... Dialog Box

    What is the code to get a save as dialog box when a button is clicked in javacsript??
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sael
    What is the code to get a save as dialog box when a button is clicked in javacsript??
    Moved to Javascript forum.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Changed the title of the thread.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Originally posted by sael
        What is the code to get a save as dialog box when a button is clicked in javacsript??
        You can use execCommand. See link.

        Comment

        Working...