Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

snippets

Name: Anonymous 2011-01-27 14:58

This works fine:
javascript:localStorage.setItem('chanchan',document.getElementsByTagName('textarea')[0].value);


This one doesn't work:
javascript:localStorage.setItem('chanchan',document.getElementsByName('com')[0].value);

This one loads the value into the body instead of the textarea, and deletes everything else:
javascript:document.getElementsByTagName('textarea')[0].value=localStorage.getItem('chanchan');

Explain this bullshit.

Name: Anonymous 2011-01-27 16:57

>>8
Explain why the second one doesn't work and why the 3rd one loads the value into the body and not the textarea.

Name: Anonymous 2011-01-27 17:00

>>9
the 3rd one loads the value into the body and not the textarea
it doesn't.

Name: Anonymous 2011-01-28 5:48

>>11
stop using a retarded browser. and no, it doesn't do that, it does a completely different thing.

Name: Anonymous 2011-01-28 9:11

>>14
You overestimate your browser.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List