CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    1

    How to open Save As Dialog Box With Ajax

    Hi All ..How I Open * Save As * Dialog Box With Ajax..

    i neeed Appropriate Solution...

    Thanx In Advance

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: How to open Save As Dialog Box With Ajax

    Unfortunately, doing this is restricted to IE only.

    Code:
    document.execCommand("SaveAs");
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured