howdy,
can anybody tell me how to go to the next textbox on a form when hitting the <ENTER> key?
I've tried "onKeydown=DoSomething(event.Keycode)" in Javascript but get an "undefined" value when openeing an alertbox to check the value of the key that was hit.
You can use...
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
hi Gorkem,
jeez I feel stupid ...
I checkred the old asp-files and indeed it wasn't
"sub myForm_onSubmit" but "function myForm_onSubmit".
Thanks man.
The headache is already clearing.
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 :
"myForm_onSubmit=false" in a "sub myForm_onSubmit" routine.
I used it before with a server and it worked fine.
However, now the...
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 :
"myForm_onSubmit=false" in a "sub myForm_onSubmit" routine.
I used it before with a server and it worked fine.
However, now the...
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 ...
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
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.
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)...
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="get_pic.cgi">.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.