Html view original encryption
I did a lot of googling, but I didn't get a solution to encrypt the original Html view from the client view, and the client was unable to validate my Html element. For this problem, does any body have a solution or any idea? Thank.
+3
Gul Muhammad Akbari
source
to share
1 answer
You can not.
The browser has to decode it in order to render it. The browser is for the convenience and safety of the user, not for the author of the page.
The browser will render the DOM serialization back to HTML if the user wants it.
+3
Quentin
source
to share