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 wOOdy-Soft 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: jacobus
  • Content: Threads
  • Order by date
  1. jacobus

    goto next textbox on <enter>

    howdy, can anybody tell me how to go to the next textbox on a form when hitting the <ENTER> key? I've tried &quot;onKeydown=DoSomething(event.Keycode)&quot; in Javascript but get an &quot;undefined&quot; value when openeing an alertbox to check the value of the key that was hit. You can use...
  2. jacobus

    submit problems on PWS

    hi, a couple of things are driving me nuts!! I'm working on a labtop with Windows 2000 & SP3 (iis 5.0) and am trying to validate a form using : &quot;myForm_onSubmit=false&quot; in a &quot;sub myForm_onSubmit&quot; routine. I used it before with a server and it worked fine. However, now the...
  3. jacobus

    hi, a couple of things are drivi

    hi, a couple of things are driving me nuts!! I'm working on a labtop with Windows 2000 & SP3 (iis 5.0) and am trying to validate a form using : &quot;myForm_onSubmit=false&quot; in a &quot;sub myForm_onSubmit&quot; routine. I used it before with a server and it worked fine. However, now the...
  4. jacobus

    displaying currency

    howdy all, I've got a small but annoying problem .. I retrieve a currency value from a database. If the value is, say 34.50 , only the number 34.5 is shown. I've tried ccur() and round(x,n) but that doesn't work. Somebody got an idea ? thanks jacobus
  5. jacobus

    Numbers &amp; colors

    Hi, is it possible for positive numbers to be green and negative numbers be red using CSS? thanks jacobus
  6. jacobus

    getting &amp; displaying TEXT from database

    hi, perhaps somebody can help me. If you want to get the URL of a img out of a database you use something like : <img src=&quot;get_pic.cgi&quot;>. This works fine. But how do you do the same with plain text? You need an object to trigger and store/show the text in the HTML. Any ideas...

Part and Inventory Search

Back
Top