Ask a Question related to ASP.NET General, Design and Development.
-
Marco Maroni #1
How to force submit on a specific INPUT TYPE object
I have a form with two or more INPUT TYPE (image, submit, button) objects,
how can I force the ENTER event to act on a specific object and not to the
first ?
--
Marco Maroni
Marco Maroni Guest
-
$_POST behavior from input=submit vs input-type=button
Hello all, I have been trying to solve an annoying behavior with PHP (I think). Maybe some of you have encountered the same and have some ideas.... -
Can You Force Fit Type
I am trying to force fit type into an object and was wondering if there was a cleaner easier way to do this besides moving the bezier points. Ex. I... -
Possible to force ALL files created in a specific directory to includeg+w ?
In the process of removing root privileges from developers, I did the following: groupadd develprs usermod -g develprs john usermod -g develprs... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
Force download to a specific directory
FX Digital ... www.fx-digital.com wrote: Thankfully you can't do that. Can you imagine the problems that would cause if anyone had that much... -
S. Justin Gengo #2
Re: How to force submit on a specific INPUT TYPE object
Marco,
I'm not sure where you want to capture the enter event from.
On my web site, [url]www.aboutfortunate.com[/url] I have some code to do just what
you're asking from a text box. If it's not a text box that you need to
capture the "Enter" event in then the code could be changed to act from any
other object including the form.
In my code library the title for the code you need is: Fire a button click
from any text box when enter key is pressed
It's category is "Web" and language "VB.Net"
Feel free to email me if you have any questions about changing it for your
needs.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Marco Maroni" <mmaroni@yahoo.com> wrote in message
news:OmmYGwQVDHA.216@TK2MSFTNGP11.phx.gbl...> I have a form with two or more INPUT TYPE (image, submit, button) objects,
> how can I force the ENTER event to act on a specific object and not to the
> first ?
>
> --
> Marco Maroni
>
>
S. Justin Gengo Guest



Reply With Quote

