Guest User

Untitled

a guest
Apr 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function focusTiny(bruger) {
  2. tinyMCE.getInstanceById('besked').focus();
  3. var onSubmitURL = 'svarBesked();rens();return false;';
  4. document.forms[0].elements['submit'].onsubmit = onSubmitURL;
  5. }
Add Comment
Please, Sign In to add comment