Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the code to hide my meta tag?

Status
Not open for further replies.

Turbo

Programmer
Aug 23, 2000
93
US
I have a client who does not want anyone to see the meta tags on his site by the user. How can I hide these lines of code?

Thanks, Turbo

"There is a fine line between confidence and conceit" - Ken Mai
 
You cannot ever completely hide any client-side, browser-based code. You can however, obfuscate it by using tricks with charCodeAt and String.fromCharCode and the escape method. They will still be able to see it however, if they try hard enough.

jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top