Getting img.src value (path name)

前端 未结 2 586
轮回少年
轮回少年 2021-01-13 03:34

I have a form for a registration page. The form contains an image that changes its src dependant on a situation. Within a script which activates upon submission of the form

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-13 04:17

    Use this:

    if (document.getElementById('FName_Status').getAttribute('src') == "pictures/apic.png")
    

提交回复
热议问题