Javascript-Frage... eigentlich ganz einfach, aber ich weis nicht wie..

  • Hi Folks,


    Ich habe ne kleine,ziemlich einfache Frage zu Javascript...


    ich hab ein IF-Statement drin... so ala


    If (b=='1') {machdas}else{machoeppisangers}


    So weit so gut... aber wie bringe ich ein OR-rein?


    If (b=='1' or b=='01') ... ... ... so gehts nicht...


    Thanx

    In Lyss gibts nen neuen Club ==> http://www.opposition-lyss.ch


    "Speed has never killed anyone, suddenly becoming stationary... That's what gets you. "- JEREMY CLARKSON!


    ''She said she wanted to fulfill every single one of my fantasies. I made a list. Had to type it myself. My assistant threatened to quit.'' - DENNY CRANE!

  • Jo, Hang... das wars..


    Ich Depp hab'mich natürlich nicht an meine JAVA-Lektionen erinnert.... :D


    Habs mit | und OR probiert.. aber nicht mit ||

    In Lyss gibts nen neuen Club ==> http://www.opposition-lyss.ch


    "Speed has never killed anyone, suddenly becoming stationary... That's what gets you. "- JEREMY CLARKSON!


    ''She said she wanted to fulfill every single one of my fantasies. I made a list. Had to type it myself. My assistant threatened to quit.'' - DENNY CRANE!

  • OR ist VB (;


    WEnn du weiterführend Java Programmieren willst, gewöhn dir so was an:


    If ((b=='1') || (b=='01')){
    ist bei grösseren Statements einfacher zu überblicken und man kann so auch komplexere abfragen schreiben


    |---> it MUST be a spoon! <---|


      

  • ooopss...


    hatte zwar 2 jahre java in der schule, aber hatte die idee mit dem || von PHP :D
    naja... kann vorkommen...



    btw: java suxx && PHP rulez ;)
    hat jemand infos über PHP5? sollte anscheinen wie java sein... könnte noch lustig werden ;)