Validation through javascript issue

by 4 replies
5
Hi,

I am working on simple project and it's for the institute Class project where i am learning php. i have to submit the project as soon as possible. But i am doing it different way then of i was supposed. Instead of validation message i want to use a picture or icon with Red error icon and Green yes icon as you can check in the attached picture. I am calling a function on submit button and if there is any error then using document.GetElementById('error').style.background= "none" and ="pic url". I am getting output but it's just for a second then disappeared. I have already attached the Screen Shot to get the full idea.
#programming #issue #javascript #validation
  • Unfortunately your screenshot doesn't help much, you'd better post your code here
  • use javascript
  • Can we have your source javascript code, to help you and to know witch party of your code dont run ?

    Best,
  • From what i understand you want the onsubmit handler to show a green or red alert. Is that it?

Next Topics on Trending Feed

  • 5

    Hi, I am working on simple project and it's for the institute Class project where i am learning php. i have to submit the project as soon as possible. But i am doing it different way then of i was supposed. Instead of validation message i want to use a picture or icon with Red error icon and Green yes icon as you can check in the attached picture. I am calling a function on submit button and if there is any error then using document.GetElementById('error').style.background= "none" and ="pic url". I am getting output but it's just for a second then disappeared. I have already attached the Screen Shot to get the full idea.