Jump to content
  • 0

Смена картинки на кнопке по клику


NickAssa
 Share

Question

Всем удачного дня

Есть кнопка btnEdit. При нажатии на нее у некоторых текстовых полях меняется св-во readOnly. Хотелось бы еще и поменять иконку b_edit.png на save.png. Скорее всего я просто не знаю как назывется св-во, которое отвечает за картинку.

function doClick()

{

alert(arguments[0]);

if (arguments[0]=='EDIT')

{

document.forms[0].elements["DATE_TRN"].readOnly=!document.forms[0].elements["DATE_TRN"].readOnly;

document.forms[0].elements["KOLVO_SHARE"].readOnly=!document.forms[0].elements["KOLVO_SHARE"].readOnly;

document.forms[0].elements["ACTIVE_NET"].readOnly=!document.forms[0].elements["ACTIVE_NET"].readOnly;

document.forms[0].elements["PRICE_NET"].readOnly=!document.forms[0].elements["PRICE_NET"].readOnly;

document.forms[0].elements["btnEdit"].Свойство='/img/save.png'

}

}

...

b_edit.png

...

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy