Advertisement
Guest User

Untitled

a guest
May 6th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. javascript: move('catalog_elements','up',273);
  2.  
  3. function move(fwhere,fwhat,fid) {
  4. document.command_form.command.value='move';
  5. document.command_form.where.value=fwhere;
  6. document.command_form.what.value=fwhat;
  7. document.command_form.id.value=fid;
  8. document.command_form.submit();}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement