How to restrict save web page?

Right Click & Print is done, but Save As Page is not working in browser.

Is there any solution for save page in browser?

Please help for restrict page by using JavaScript or jQuery or any solution.

有帮助吗?

解决方案

It does worry me when people's first response is "impossible", especially as you said "any solution" :)

If you are serious about preventing the saving of text content, you can use Flash or Silverlight to display it, so that it is not rendered as text by the browser.

This way your content is protected from all text copying (except screen-grabbing is still possible).

It would help if you explain the purpose of your requirement as Flash/Silverlight are not good options for mobile devices (which generally do not support them).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top