Posts by Guilherme • 7 points
3 posts
-
0
votes1
answer295
viewsA: How to generate "unescape" within code
I’ve done it, even though it’s not the same code but it’s good enough for me: var encN=1; // ENCODES, IN UNICODE FORMAT, ALL TEXT AND THEN ESCAPES THE OUTPUT function encodeTxt(s){ s=escape(s); var…
-
-3
votes1
answer295
viewsQ: How to generate "unescape" within code
I have a simple unescape encryptor and would like the generated NCO to be within the default code of unescape, like: code I use: var encN=1; function decodeTxt(s){ var…
-
1
votes1
answer1959
viewsQ: I need a sequential generator in javascript
I need a code that I put the URL and number of repetitions in the input and when to click to generate the sequence exit like this in the textarea: rede[0]="http://www.siteescolhidoaqui";…