Skip to content

Instantly share code, notes, and snippets.

@thepatrick
Created January 14, 2009 03:18
Show Gist options
  • Save thepatrick/46762 to your computer and use it in GitHub Desktop.
Save thepatrick/46762 to your computer and use it in GitHub Desktop.
javascript:a=document.getElementsByTagName('input');for(i=0;i<a.length;i++){if(a[i].type=="checkbox"){%20a[i].checked%20=%20true;%20}};SetCmd(document.msgViewer.CmdDelete.value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment