/[suikacvs]/www/test/dom/file/getasdataurl-1.html
Suika

Contents of /www/test/dom/file/getasdataurl-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Sep 19 14:12:27 2011 UTC (13 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New

1 <!DOCTYPE HTML>
2 <title>File.getAsDataURL</title>
3 <style>
4 textarea {
5 width: 100%;
6 height: 10em;
7 }
8 </style>
9
10 <p><label>Select a file: <input type=file onchange="
11 var data = this.files[0].getAsDataURL ();
12 document.getElementsByTagName ('textarea')[0].value = data;
13 "></label>
14
15 <p><textarea></textarea>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24