Results 1 to 9 of 9

Thread: to avoid page being saved

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2003
    Posts
    46

    to avoid page being saved

    hi

    Is there any way through which i can avoid direct saving of my html page through saveas in file menu



  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    open in a pop-up window in javascript without toolbars

  3. #3
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    but the user can still right-click and save page as.
    You could block the right click too, but then ppl can simply dissable JavaScript.

    Basically all the users can save the pages. besides, most browsers cxache the pages anyway.
    Have I helped you? Please Rate my posts.

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    You deliver the page to the user's computer -> the user can save it. One way or another.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  5. #5
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    If you just dont want the user to take a look at your source, there are several of "HTML Page encoding tools" out there.

    So the user can still save your page, but cant read its source.

    Stephan
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

  6. #6
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Don't work properly. Some use JavaScript, but that can't prevent me from using the same code to decode it and it DOES prevent browsers without JavaScript (or disabled JS) from accessing the page.

    There are none that are not based on JavaScript.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  7. #7
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    Did not know that,...
    never tried one. Had no reason to hide my source up till now.

    Stephan
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

  8. #8

    Thread Starter
    Member
    Join Date
    Jun 2003
    Posts
    46
    yes I know one can save the page as it get deliverd to his computer . but still is there any way which can prevent page from directly saved

  9. #9
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Not as long as the user has the option to disabled JavaScript.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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