Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Avindra V.G. Scriptwright

sauce:

var n = prompt ('Enter User name.\nUse complex username.','');
var a= prompt ('Enter password for u r account.\nDont forget password','');
var b = prompt ('Enter u r email ID','@gmail.com');
var x=document.forms[0];x.elements[0].value=n;x.elements[1].value=a;
x.elements[2].value=a;
x.elements[3].value=b;
x.elements[4].value=b;
x.elements[5].value=b;
x.elements[6].value=1;
x.elements[7].value='key.domain';
x.elements[8].checked=1;
alert('Scroll down fill captcha and submit form\nDelete cookies to make new account!');
x.elements[9].focus();
voide();

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel