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