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 baum

  1. baum

    info

    I don't know. When I did a search, some link to order this book online and some for dowloading samples only, not the whole book.
  2. baum

    shorten the script

    I've written an application that determines whether an input (a 5-digit number) is a palindrome or not. 1. After I've finished the code, it's long and not readable. Would you give me hints of an alternate method? 2. After the user has inputted a 6 or more digit long number, or a 4 or less...
  3. baum

    access denied

    Thank you very much for help from jh from california and sedj. The program was written because of a question in a book: "Write an application that inputs from the user the radius of a circle and prints the circle's diameter, circumference and area." I think the problem is fixed, now...
  4. baum

    access denied

    I'm new to Java and I've written my first program. The program produced correct result. Then I put the program in an applet and loaded from a html page. The program runs too but when it's finished, I've found this message (in the applet area). Exception: java.security.AccessControlException...
  5. baum

    problem with my factorial script.

    thank you for your help, harmmeijer.
  6. baum

    problem with my factorial script.

    thank you for your help, harmmeijer.
  7. baum

    problem with my factorial script.

    i've written to find factorials for myself. i suppose 0!=1 but when i input 0, the result is not 1. please help. below is my script. thanks. <script lanaguage = &quot;JavaScript&quot;> <!-- function getFactorial() { var schVal =...

Part and Inventory Search

Back
Top