2xrsa/test.html

7 lines
120 B
HTML
Raw Normal View History

2015-04-28 09:49:04 +00:00
<html><head><script>
2015-04-28 10:28:01 +00:00
a=atob('////').match(/./g);
2015-04-28 10:06:05 +00:00
while(c=a.shift()){
2015-04-28 10:29:53 +00:00
alert(c.charCodeAt(0));
2015-04-28 09:58:53 +00:00
}
2015-04-28 09:49:04 +00:00
</script><head></html>