Current Path : /var/www/html/clients/rebirth.e-nk.ru/jscripts/ |
Current File : /var/www/html/clients/rebirth.e-nk.ru/jscripts/ipb_finduser.js |
function add_to_form(){var name=document.finduser.username.options[document.finduser.username.selectedIndex].value;if(separator=='line'){separator='\n';}if(separator=='none'){separator='';}if(entry=='textarea'){var tbox=eval('opener.document.REPLIER.'+in_name+'.value');var tboxSize=eval('opener.document.REPLIER.'+in_name+'.value.length');while(tbox.slice(0,1)==" "){tbox=tbox.substr(1,tboxSize-1);tboxSize=tboxSize;}while(tbox.slice(tboxSize-1,tboxSize)==" "){tbox=tbox.substr(0,tboxSize-1);tboxSize=tboxSize;}while(tbox.slice(0,1)=="\n"){tbox=tbox.substr(1,tboxSize-1);tboxSize=tboxSize;}while(tbox.slice(tboxSize-1,tboxSize)=="\n"){tbox=tbox.substr(0,tboxSize-1);tboxSize=tboxSize;}if(tboxSize==0){eval('opener.document.REPLIER.'+in_name+'.value += name');}else{eval('opener.document.REPLIER.'+in_name+'.value += separator + name');}}}