rdsedmundo

test hm

Sep 21st, 2011
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. c=document.getElementsByClassName('opt-email')[0].innerHTML;
  2. d=/<span>(.*?)<\/span>/gi;
  3. e=c.match(d);
  4. z=e.toString();
  5. y=/(<span>|<\/span>)/ig;
  6. f=z.replace(y, '');
  7. alert(f);
Advertisement
Add Comment
Please, Sign In to add comment