-
ASP Form
Hello,
I have a small problem that I can't figure out. I am trying to create a
form on an ASP page, i.e.
<INPUT TYPE="checkbox" NAME="dog"> Dog<BR>
<INPUT TYPE="checkbox" NAME="cat"> Cat<BR>
<INPUT TYPE="checkbox" NAME="fish"> Fish<BR>
<INPUT TYPE="checkbox" NAME="bird"> Bird<BR>
<INPUT TYPE="checkbox" NAME="Other"> Other <INPUT TYPE="text" NAME="othertextbox"
SIZE=30 MAXLENGTH=30>
and I am trying to figure out how to make it check the OTHER box when they
start typing in the OTHER TEXT BOX. Also when the user checks the OTHER
box how to send the focus to the OTHER TEXT BOX.
See an example of this form at http://www.programnow.com/form.asp.
Thanks for your help.
Chris
-
Re: ASP Form
http://www.programnow.com/form.asp
"Chris" <chrisw@programnow.com> wrote:
>
>Hello,
>
>I have a small problem that I can't figure out. I am trying to create a
>form on an ASP page, i.e.
>
><INPUT TYPE="checkbox" NAME="dog"> Dog<BR>
><INPUT TYPE="checkbox" NAME="cat"> Cat<BR>
><INPUT TYPE="checkbox" NAME="fish"> Fish<BR>
><INPUT TYPE="checkbox" NAME="bird"> Bird<BR>
><INPUT TYPE="checkbox" NAME="Other"> Other <INPUT TYPE="text" NAME="othertextbox"
>SIZE=30 MAXLENGTH=30>
>
>and I am trying to figure out how to make it check the OTHER box when they
>start typing in the OTHER TEXT BOX. Also when the user checks the OTHER
>box how to send the focus to the OTHER TEXT BOX.
>
>See an example of this form at http://www.programnow.com/form.asp.
>
>Thanks for your help.
>Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks