<script type="text/javascript"> function doAction(str) { var values = str.replace(']', '').split('['); alert('Имя кнопки = ' + values[0] + '; Индекс = ' + values[1]); } </script> <span id="save[9]" onclick="doAction('save[9]');">Сохранить</span>