Jump to content

Karneet

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Karneet

  1. Hello Sir thank you for taking time and replying to me. the code i have so far is as follows: <html> <head> <script type="text/javascript"> function start(age(), abc()) { abc(); age(); } </script> </head> <body> if(age<25 && abc=yes) { alert("you can apply"); } else if( age>25 && abc =yes) { alert("you can apply"); } else if(age<25 && abc=no) { alert("no"); } else { alert("no"); } </body> </html> can you please tell me where i am going wrong. I would appreciate it
  2. Hello Everyone, I am new JavaScript and would like to help my friend with her website. She wants the user to enter the data such as age and marital status. Check for a condition if the age is less than 25 and marital status is single she wants the user to see a specific message. In the same way if the age is more than 25 and status is single some other information. Can anyone please help me with it. Any help would be gratefully accepted.
  3. Hello everyone, I am new to HTML and just wanted to help my girl friend build her website. She wants to make it such that the user needs to answer a set of questions that has a condition and depending on each reply the result provided would be a alert box stating the data. for example she wants to check the age and marital status. if the age is less than 25 and marital status is single : one option should be displayed similarly if the age is less than 25 but the marital status is divorced another alert box should poop up. Can anyone please please help me with the base code in which i can check for the condition and call a function that does this. I can amend the code according to her need but i am struggling to determine the code.
  4. Karneet

    Three.JS

    Hello, can anyone suggest me how to start with three.js , all the websites out there is not helpful
×
×
  • Create New...