document.execCommand issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • venkat2hyd
    New Member
    • Jan 2008
    • 1

    document.execCommand issue

    Hi All,

    Iam having a issue :( relating to SaveAs Window. Iam using the method execCommand for creating SaveAs Window the code which iam using
    in script is document.execCo mmand('SaveAs', true,'filename. pft');.
    Here when the SaveAs window opens there will be 3 next fields as
    File name,Save as type,Language
    But my requirement is to have only File name Field in the Save as window.

    is there any way to get the solution for this issue.

    I had made some efforts for finding the solutions but not uptill mark .

    Any one who provides me the solutions will be greatly thankfull from my side :) .

    from,
    Venkat.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Hi Venkat, welcome to TSDN!

    I don't think it's possible to make modifications to the dialog. Why do you want to restrict the options?

    Comment

    Working...