Using the response of a if statement and calling a function accordingly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karneet
    New Member
    • Aug 2013
    • 1

    Using the response of a if statement and calling a function accordingly

    Hello everyone, I am new to html and i wanted to help my friend build his website. I need to check for few conditions and depending on the response i need to display a specific set of result. I tried to call a function but it is not helping. Can anyone please help me.
    Any help would be appreciated.
  • shadowstrike
    New Member
    • Aug 2013
    • 21

    #2
    your requirement is very vague and what I beleive [based on what I can understand from the headline] is that you want to trigger some conditional operation using if/else or switch statement.I recommend you to go through some javascript tutorials.It will help you a lot.http://www.w3schools.com/js/js_if_else.asp

    Comment

    • Exequiel
      Contributor
      • Jul 2012
      • 288

      #3
      Are you using javascript? or just html?

      Comment

      Working...