Changeset 14200

Show
Ignore:
Timestamp:
06/18/08 15:16:33 (5 years ago)
Author:
dankogai
Message:

Base64 encoding

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/Base64/trunk/base64.html

    r14199 r14200  
    1414</textarea></th> 
    1515<th><textarea id="base64" cols=32" rows="4" onkeyup=" 
    16     $('text').value = Base64.decode(this.value); 
     16    $('srctxt').value = Base64.decode(this.value); 
    1717    doit(); 
    1818    if (1 /*@cc_on -1 @*/) $('data').src = 'data:text/plain;base64,' + this.value;