День добрый,
Вот код:
Как нажать на кнопку "Сохранить"?
Вот код:
Код:
<td align="right">
<table border="0" cellspacing="0" cellpadding="1">
<tbody>
<tr>
<td nowrap="yes">
<table id="buttonID0" border="1" cellspacing="0" cellpadding="0" class="buttonBorder">
<tbody>
<tr>
<td id="buttonRegular" nowrap="yes" class="buttonText">
<a href="javascript: if (validRowsSelected(document.LoadPropertiesGeneralForm,'NOTRQD','0',null)) submitAction(document.LoadPropertiesGeneralForm,'CANCEL_',false);" tabindex="29"> Отмена
</a>
</td>
</tr>
</tbody>
</table>
</td>
<td nowrap="yes">
<table id="buttonID1" border="1" cellspacing="0" cellpadding="0" class="buttonBorder">
<tbody>
<tr>
<td id="buttonRegular" nowrap="yes" class="buttonText">
<a href="javascript: if (validRowsSelected(document.LoadPropertiesGeneralForm,'NOTRQD','0',null)) submitAction(document.LoadPropertiesGeneralForm,'SUBMIT_',false);" tabindex="28"> Cохранить
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>