\n<div>\n <script>\n function ppwShowPassword(postId) {\n const ppwBox = document.getElementById(\’pwbox-\’ + postId);\n if ( document.getElementById(\’ppw_\’ + postId ).checked == true ) {\n ppwBox.setAttribute(\’type\’, \’text\’);\n } else {\n ppwBox.setAttribute(\’type\’, \’password\’);\n }\n }\n </script>\n</div>
Copyright © 2008-2022 Ertekaa | إرتقاء. All Rights Reserved