Hi,
I am totally new to Javascript and i am struggling to work with JScript.
Pls help me in this issue.
I have form with save,cancel and delete as image buttons.
Eg.
My code is <input type="image" src=/image/bt_save.jpg....>
I want these image buttons to get disabled once i enter the form.
On clicking any field in form i want this image button to get enabled.
If its a normal button i was able to see enabling and disabling options.
If its a image submit button i need to change images on clicking any field in form.
Pls. help to change the image(enabling and disabling of image) once i click any field in form.
I have two images.. one disable able and next enabled image.
Pls. help.