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

    Saving page temporarily on client machine

    I have a page frame that I would like to write temporarily to the client rather than the server. How would I accomplish this?

  2. #2
    Join Date
    Mar 2002
    Location
    Alpharetta, GA
    Posts
    51
    You can't. It's a security thing. Imagine what could happen if scripts running in the browser were allowed to write files to your hardrive...

    Why would you want to do this anyway??

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