Validation through javascript issue

4 replies
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.
#issue #javascript #validation
  • Profile picture of the author phpg
    Unfortunately your screenshot doesn't help much, you'd better post your code here
    {{ DiscussionBoard.errors[6098796].message }}
  • use javascript
    {{ DiscussionBoard.errors[6101901].message }}
  • Profile picture of the author Mirque
    Can we have your source javascript code, to help you and to know witch party of your code dont run ?

    Best,
    {{ DiscussionBoard.errors[6101979].message }}
  • Profile picture of the author Brad Hodge
    From what i understand you want the onsubmit handler to show a green or red alert. Is that it?
    {{ DiscussionBoard.errors[6144957].message }}

Trending Topics