CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2004
    Posts
    9

    Save file dialog

    Hai

    <input type=file> creates a browse button, on clicking it, opens a file open dialog. I want to get a File dialog using which i can save a file. Is it possible with HTML?
    Please help me.

    thanks

  2. #2
    Join Date
    May 2004
    Location
    MN / NJ, United States
    Posts
    768

    Re: Save file dialog

    HTML, no. JavaScript, kinda. It would require activex or execCommand, which is IE only. If you want to go ahead with that approach, reply stating so.
    *9-11-01* Never Forget; Never Forgive; Never Relent!
    "If we ever forget that we're one nation under God, then we will be a nation gone under." - Ronald Reagan

  3. #3
    Join Date
    Aug 2003
    Posts
    84

    Re: Save file dialog

    Quote Originally Posted by Dr. Script
    HTML, no. JavaScript, kinda. It would require activex or execCommand, which is IE only. If you want to go ahead with that approach, reply stating so.
    Dr. S, May I see an example is VBScript?
    ____________
    VC++ .NET MFC

  4. #4
    Join Date
    May 2004
    Location
    MN / NJ, United States
    Posts
    768

    Re: Save file dialog

    Quote Originally Posted by jkw2068
    Dr. S, May I see an example is VBScript?
    I'd have to find one, but I suppose it exists ...
    *9-11-01* Never Forget; Never Forgive; Never Relent!
    "If we ever forget that we're one nation under God, then we will be a nation gone under." - Ronald Reagan

  5. #5
    Join Date
    Sep 2004
    Posts
    9

    Re: Save file dialog

    Quote Originally Posted by Dr. Script
    HTML, no. JavaScript, kinda. It would require activex or execCommand, which is IE only. If you want to go ahead with that approach, reply stating so.

    [gjiyer] : May i know the approach using javascript? will you please expain me?

  6. #6
    Join Date
    May 2004
    Location
    MN / NJ, United States
    Posts
    768

    Re: Save file dialog

    Quote Originally Posted by gjiyer
    [gjiyer] : May i know the approach using javascript? will you please expain me?
    I'm not too familiar with it. You can have a starting look here.
    *9-11-01* Never Forget; Never Forgive; Never Relent!
    "If we ever forget that we're one nation under God, then we will be a nation gone under." - Ronald Reagan

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