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 bkrike 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 randomhero69

  1. randomhero69

    Can I retrieve table width??

    Thank you guys! With the .offsetWidth and .offsetHeight property, It does exactly what I want. I was already working with getElementById, but when used with .width, the width have to be specified implicitely in the table tag. So thanks to you all <Script language=javascript> function test() {...
  2. randomhero69

    Can I retrieve table width??

    Hi all, I would like to know if it is possible to retrieve the width and/or height of a table (pixels), the same that you can do with the .width property? I would like to build a windowResize function that adjust the window itself automatically to the width and height of a table that is...
  3. randomhero69

    Problem with mathematical operation

    Thanks to all of you, you helped me a lot on that case! Thanks again
  4. randomhero69

    Problem with mathematical operation

    I builded a little script that can calculate the difference of two prices.. The values should have decimals. When I try my function, it returns 479.9600000000003 instead of 479.96 ... Any ideas? Here's the script : =========================================================== <script...

Part and Inventory Search

Back
Top