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!

Search results for query: *

  • Users: baum
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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