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 Chris Miller 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: *

  1. sammes

    Javascript problem

    Aha. How does this work ? Could you show me some code ? I dont know how to change the script for that. But the Buttons are NOT in the table. The are in a static table above. So this wouldnt work then... But what a bout a dynamically generation of these variables ?
  2. sammes

    Javascript problem

    Hi, could anyone help with this simple javascript ? I habe a webpage which displays several reports. To avoid mass table rows on opening the page I hide the table rows and only show the headers with a button "show table entries". This works fine for 3 tables. This is the script: <script...
  3. sammes

    JAVASCRIPT input validation ! Please help !

    easy to say, not so easy for me... Thanks.
  4. sammes

    JAVASCRIPT input validation ! Please help !

    Hi Jeff ! Thats for another project. The script does not match THIS requirements as I described above. The script should exactly match these things. This script should NOT convert "100M" to 100000000 or anything. It should accept the numbers, an "M", an"T". It should only accept ONE "." It...
  5. sammes

    JAVASCRIPT input validation ! Please help !

    Hi ! Who could help me with a javascript ? What I need: We have pages, where a user could input amounts. These amounts could only be numbers (e.g. 100) with OR without an "M" (for million) or an "T" (for thousand): e.g. 100 (hundred) , 100M (one hundred million), 100T (one hundred thousand)...
  6. sammes

    Generate Text-Box,which accepts only figures/numbers with an M or T

    Thanks !! This works fine ! The script should not convert 100M to 100000000. This wil be made in JAVA aftewards. But now the requirements ahve changed. I will post a new thread. regards Michael
  7. sammes

    Generate Text-Box,which accepts only figures/numbers with an M or T

    Hi Programmer´s ! I have a problem. I just want to make a script, which creates a simple html input field which accepts only figures/numbers with the "extension" "M" (for million) or "T" (for thousand). The next step should be, that the script convert this input value to the real figuer...

Part and Inventory Search

Back
Top