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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ripple

  1. ripple

    math errors adding 0000000001 to the end of a number?

    there is a charge of 10 cents per minute... was it weird to use the ( ) parentheses ? i think it is that way because i copy and pasted it from somewhere else. anyway that is not all the javascript on the page, just a clipping i made that shows the malfunction.
  2. ripple

    math errors adding 0000000001 to the end of a number?

    hummm yes sort of. except i have to calculate it based on a non linear pricing model, which requires me to process the hours and the minutes seperately. but really, isnt the code i posted just fine?? its just some simple math and javascript doesnt output the right answer!!
  3. ripple

    math errors adding 0000000001 to the end of a number?

    um, hey all, this is really confusing me. does anyone know of any common errors or bugs in the javascript engine itself that could be mucking with numbers? maybe it is internet explorer's javascript that is at fault? hmmm. i've narrowed the bug down to the following code at the bottom of the...
  4. ripple

    "... is not an object" error keeps appearing?

    heh, this is strange. i get an error that says: "window.document.form.clock" is not an object. i have a text box named 'clock' inside a form named 'form' - and the function that the error is refering to still works (that is, the text box is updated with the time every second). it...
  5. ripple

    Onclick and OnMouseOut

    the css (style sheets) defintions can do that sort of thing for you. they mostly work in IE and sometimes in Netscape, i forget which ones netscape doesnt like. i think it is the mouse over (hover) that it doesnt like... you'll have to look up some CSS documentation on the web to look for the...
  6. ripple

    how do i use variables inside a statement that calls a function?

    hi, i havent been able to search for this quesiton effectively so i'll ask it here. how can i use variables inside statements that are calling a function? for example, say i want to loop through the numbers 1 to 10, and apply the number to the following line where the ## symbols are...

Part and Inventory Search

Back
Top