This thread would be much better addressed to a JavaScript forum than a JSP
one: head over to www.devshed.com for some good JS discussions, or check out
pages like http://developer.irt.org/script/form.htm for a load of sample
code that should cover some, if not all, of what you want to do.

Chris Tucker
ePangea.com

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Vibha Jindal
Sent: Wednesday, October 31, 2001 1:11 AM
To: [EMAIL PROTECTED]
Subject: Re: Tab order in a JSP


No, they are not permamnently readonly.

I am using field.readOnly = true;

this means it readonly.



----- Original Message -----
From: Badrinarayan K. Melkote <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 31, 2001 2:34 PM
Subject: Re: Tab order in a JSP


> I would like to know
> 1. Are the readonly fields in the form permanently readonly?
> If not how do u make the form element readonly thro' scripts?(i think its
> not possible)
> 2. Are u are disabling it?
>
>
> ----- Original Message -----
> From: "Vibha Jindal" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, October 31, 2001 11:51 AM
> Subject: Tab order in a JSP
>
>
> > Hi,
> >
> > I am trying to set the tab order in a JSP and am using tabindex for
that.
> > The problem I am encountering is that the tab enters a readonly field
and
> > then does not tab out because the way I am making a field readonly is by
> > using readonly and onfocus = this.blur()
> >
> > Can anyone help?
> >
> > Regards,
> > Vibha
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to