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 TouchToneTommy 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: newbie425
  • Content: Threads
  • Order by date
  1. newbie425

    Basic login form validation problem

    Hi, I'm using a basic login script to control access to a page. This is my script (in the head tag): <script language="javascript"> <!--// function dbLogin (form) { if (loginform.login.value=="dashboard") { if (loginform.password.value=="PsWd123") {...
  2. newbie425

    Convert string to numeric and vice versa

    Is it possible to convert a number that is being read in as a string in order to compute the total value? Basically I need to add up the values, then convert the total value back to string. I can't find any conversion functions in texts nor online. Thanks
  3. newbie425

    Skipping lines

    I have to process a data file that looks pretty ugly, in other words a record has data on multiple lines. I need to skip lines to retreive the information I need. I've used so many different combinations of if statements and while loops, but nothing worked. If this sounds trivial to you...

Part and Inventory Search

Back
Top