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 IamaSherpa 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. jacobus

    goto next textbox on <enter>

    thanks adam0101 I found a neat little bit of code on The JavaScript Source that solved the problem for me.
  2. 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...
  3. jacobus

    submit problems on PWS

    hi denoxis yep .. same browsers and language is VBScript. I got a clue from another posting I made : sub myForm_onSubmit = wrong sub has to be function. But at least it isn't the pws. thanks
  4. jacobus

    hi, a couple of things are drivi

    hi Gorkem, jeez I feel stupid ... I checkred the old asp-files and indeed it wasn't &quot;sub myForm_onSubmit&quot; but &quot;function myForm_onSubmit&quot;. Thanks man. The headache is already clearing.
  5. jacobus

    hi, a couple of things are drivi

    So the search continues .. thanks Tarwn
  6. 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...
  7. 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...
  8. jacobus

    displaying currency

    I'm going with the FormatNumber(x,n) one. I'll keep the &quot;format( UnitPrice , '##,##0.00')&quot; for later. Thanks again. jacobus
  9. jacobus

    displaying currency

    Thanks onpnt. The number is shown ok. But now this... On my computer (win98 dutch) currency is set to display in euros. On the server (win2000 eng.) currency is set to display in euros. However, using FormatCurrency displays a $ -sign ! Is it me or eh ...
  10. 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
  11. jacobus

    Numbers &amp; colors

    Hi Erik & Graham, I'm using a Tabular Data Control ActiveX to read out a textfile and displaying the numbers in a table. Erik, I tried both examples and they work fine. Thanks mate. Good luck in Germany.
  12. jacobus

    Numbers &amp; colors

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

    getting &amp; displaying TEXT from database

    thanks man, it's not exactly what I was looking for, but I changed my strategie and went from there. jacobus
  14. jacobus

    getting &amp; displaying TEXT from database

    hi goBoating, I have a couple of images on the page, say to the left. On the right I have a table in which I want information displayed concerning the image over which the mouse is positioned. The info is stored in a mysql database. The script works fine. I tried it with images (with server)...
  15. 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