Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Save As?

Save As?

Scheduled Pinned Locked Moved Web Development
tutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Samsung
    wrote on last edited by
    #1

    Hello, How to save IE page? I would like to save exactly as IE's Save As menu command (it saves images,...). Thank you.

    T 1 Reply Last reply
    0
    • S Samsung

      Hello, How to save IE page? I would like to save exactly as IE's Save As menu command (it saves images,...). Thank you.

      T Offline
      T Offline
      Turtle Hand
      wrote on last edited by
      #2

      Right click -> View Source -> File -> Save As...

      E 1 Reply Last reply
      0
      • T Turtle Hand

        Right click -> View Source -> File -> Save As...

        E Offline
        E Offline
        enjoycrack
        wrote on last edited by
        #3

        Nope, I think he mean that he want to this programatically, not manually ;( << >>

        G 1 Reply Last reply
        0
        • E enjoycrack

          Nope, I think he mean that he want to this programatically, not manually ;( << >>

          G Offline
          G Offline
          Ghasrfakhri
          wrote on last edited by
          #4

          Hi you can use : execCommand(sCommand [, bUserInterface] [, vValue]); **sCommand**: SaveAs **bUserInterface**: [Optional]. This command displays a dialogue box if the bUserInterface argument of execCommand is set to true or omitted. It does not display a dialogue box if the argument is set to false or null and the vValue parameter is present (even if it's null). **vValue** [Optional]: String that specifies the path and file name of the file to which to save the Web page. When the path contains more than one folder name, separate the folder names with two backward slashes (\\). Use it like Iman Ghasrfakhri

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups