Guest User

Untitled

a guest
May 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. doHeader = function(i){
  2. r = "<h"+i+">" + iframe.window.getSelection().toString() + "</h"+i+">";
  3. iframe.document.execCommand('insertHTML', false, r);
  4. }
Add Comment
Please, Sign In to add comment