Advertisement
gulnyr

Untitled

Jan 31st, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. var binary = "/manager/billmgr";
  2.  
  3. function setQ () {
  4. document.cookie = binary.substr(binary.lastIndexOf('/')+1) + "4="+ document.authform.theme.options[document.authform.theme.selectedIndex].value +":"+ document.authform.lang.options[document.authform.lang.selectedIndex].value +":0; path=/; expires=Wednesday, 18-May-33 03:33:20 GMT";
  5. return true;
  6. }
  7. function langtheme_change () {
  8. top.location = binary+"?lang="+document.authform.lang.options[document.authform.lang.selectedIndex].value+"&theme="+document.authform.theme.options[document.authform.theme.selectedIndex].value;
  9. setQ();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement