hi how i can open protect javascript code : <script language='Javascript'>document.write(unescape('%3c%6f%62%6a%65%63%74%20%74%79%70%65%3d%22%61%70%70%6c%69%63%61%74%69%6f%6e%2f%78%2d%73%68%6f%63%6b%77%61%76%65%2d%66%6c%61%73%68%22%20%69%64%3d%22%6a%74%76%5f%70%6c%61%79%65%72%5f%66%6c%61%73%68%22%20%64%61%74%61%3d%22%68%74%74%70%3a%2f%2f%77%77%77%2e%6a%75%73%74%69%6e%2e%74%76%2f%77%69%64%67%65%74%73%2f%6a%74%76%5f%70%6c%61%79%));</script> HTML: example this how i can open ? thx
Here it is: <object type="application/x-shockwave-flash" id="jtv_player_flash" data="http://www.justin.tv/widgets/jtv_play% HTML: Decoded like so; <html> <head> <script type="text/javascript"> window.onload = function(){ document.getElementById('javascript').innerHTML = unescape('%3c%6f%62%6a%65%63%74%20%74%79%70%65%3d%22%61%70%70%6c%69%63%61%74%69%6f%6e%2f%78%2d%73%68%6f%63%6b%77%61%76%65%2d%66%6c%61%73%68%22%20%69%64%3d%22%6a%74%76%5f%70%6c%61%79%65%72%5f%66%6c%61%73%68%22%20%64%61%74%61%3d%22%68%74%74%70%3a%2f%2f%77%77%77%2e%6a%75%73%74%69%6e%2e%74%76%2f%77%69%64%67%65%74%73%2f%6a%74%76%5f%70%6c%61%79%'); } </script> </head> <body> <textarea id="javascript"></textarea> </body> </html> HTML:
THANKS i try so i copy this code and open in browser show me only textarea form, can u pls explain ? thx