Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. natureboy76

    15 sec countdown function?

    I forgot to add that when the countdown reaches zero I need to clear both intervals and redirect the browser to the CVR2.html. Everything else works but the damn countdown and this lol.
  2. natureboy76

    15 sec countdown function?

    Hey guys I have all my work done on this web page except the last part I can't seem to get....I need to create a startCountdown function so it changes the value assigned to the text field in the body to the value of a variable named count, which decreases by a value of one (from 15 to 1)..I've...
  3. natureboy76

    gif image on left side of two columned table?

    It's how to put an image in using javascript. I'm to have the gif image in the left column and some paragraphs in the next.
  4. natureboy76

    gif image on left side of two columned table?

    How do I place a gif image (javascript) into left column of a two column table? I have to put three paragraphs on the other column...I've tried numerous code but can't get any to work... <body> <table table width ="75%"> <tr> <td> <img src="x" height="300" width="425" alt="Changing...
  5. natureboy76

    calling a function --stumped

    Thank you so much. I understand that better now. I'm trying to come up with a variable from the answer given so I can multiply the monthly plan amount by 12 to come upwith the annual cost. This is what I have---it does not seem right at all. I understand it in Java---but JavaScript is confusing...
  6. natureboy76

    calling a function --stumped

    I understand I need to create a function--that's where I am confused. I don't know how to create a function that uses the code to determine the Plan Cost Per Month. Do I make a new variables for each plan code (function planCode( code1, code2,code3){}...Sorry--I am so mad that I can't figure...
  7. natureboy76

    calling a function --stumped

    The numbers 1, 2, 3 refer to codes for insurance plans. 1 Single Plan $250 2 2 person Plan $350 3 Family Plan $500 I am not looking for someone to complete my work--just point me in the right direction. This is so much more confusing than html lol.
  8. natureboy76

    calling a function --stumped

    Can anyone help me with the next step? Total overwhelmed noob..... After a correct code has been entered, call a function using the code to determine the Plan Cost Per Month. The Plan Cost Per Month will be returned to the body. Here is what I have so far.... <!DOCTYPE html PUBLIC "-//W3C//DTD...

Part and Inventory Search

Back
Top