Advertisement
BrU32

JS Unicoder With SRC V2

Oct 30th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <center>
  2. <b>
  3. <font style="Arial" color="brown">
  4. <h2> Unicoder V2 (Web Application By BrÜ!!)<p>
  5. <body bgcolor="lightblue">
  6. <h3>
  7. Text To Encode/Decode In The Unicode Format:<p>
  8. <b>
  9. <input ondblclick="this.value='';" style="width:220;color:darkred; background:skyblue;borderless" id="t" value="Text To Encode/Decode In Unicode Format" ></input><p>
  10. <button style="width:105" onclick="script:
  11. var rr=t.value;
  12. alert(encodeURIComponent(rr));
  13. "><b><font color=darkgreen>Encode</button>
  14. <button style="width:105" onclick="script:
  15. var rr=t.value;
  16. alert(decodeURIComponent(rr));
  17. "><b><font color=darkgreen/>Decode</button>
  18. <button style="width:105" onclick="script:
  19. t.value=null;">
  20. <font color=darkgreen><b>Clear</button>
  21. <p>
  22. <script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement