Name:
Anonymous
2008-07-19 15:32
(function(o){
for(var i in o) alert(f(o[i]).toSource());
return o;
})(window);
Name:
Anonymous
2008-07-25 2:24
#!/usr/bin/js
print("Content-type:text/html\n\n");
print("<b><i><span style='text-decoration:overline;'><u>EXPERT <span style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);" class="spoiler" onmouseover="this.style.color='#FFF';" onmouseout="this.style.color=this.style.backgroundColor='#000'">SPIDERMONKEY</span> SERVER SIDE JAVASCRIPT</u></span></i></b><br>");
print("<form action='what.sjs' method='POST'>");
print("<input type='text' name='dongs' value='WHAT?'>");
print("<input type='submit' name='what' value='SUBMIT'></form>");
inn="";
for(;;){
derp=readline();
if(!derp) break;
inn+=derp;
}
print("<br><br>{{{<i>"+inn+"</i>}}}");