Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Secure web page content

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Secure web page content

    many users are viewing the web page , how to restrict them from copying the web page contents.
    Whtats the coding..


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Secure web page content

    You can't. By default, website content is downloaded to the client. You can make it harder to copy by javascript or using images/flash, but often these hurt the usability as well as search engine indexing.

    Thread moved from members introductions.

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Secure web page content

    i need the java script coding..pls

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Secure web page content

    My advice as I state above: don't do it. But if you wish:
    Google: javascript prevent text copy

  5. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Secure web page content

    Quote Originally Posted by copeg View Post
    You can't. By default, website content is downloaded to the client. You can make it harder to copy by javascript or using images/flash, but often these hurt the usability as well as search engine indexing.

    Thread moved from members introductions.
    i agree with you.

  6. #6

    Default Re: Secure web page content

    There is no option to save website from anyone. There is lot of way to copy content from any website. You cannt block print screen button from keyword. Today everyone developing websites for upper version browsers. Highly scripts not work in Internet Explorer 6. So it easy to copy for anyone

Similar Threads

  1. Invonking a Secure (SSL) Web Service over a Proxy
    By stateri in forum Java Networking
    Replies: 0
    Last Post: April 10th, 2013, 03:30 PM
  2. Web Content Management
    By librue in forum Totally Off Topic
    Replies: 0
    Last Post: September 30th, 2012, 11:04 PM
  3. i want my code to read the content of a html page... and am getting this error.
    By samvenkatram in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 27th, 2012, 01:43 PM
  4. fetch HTML page content from the web ( by executing javascript ) using stand alone
    By johnyabu@gmail.com in forum Java Theory & Questions
    Replies: 7
    Last Post: February 8th, 2011, 07:25 AM
  5. Java program for downloading contents from the web
    By alley in forum Java Networking
    Replies: 8
    Last Post: June 17th, 2009, 01:13 PM