Help Required in Textbox in JSP

Hi,

I would like to know if there is anyway I could create a non-editable
textbox in JSP.I really appreciate your help.

Regards,
scc6051

Comments

  • try using :
    [code]
    disabled="disabled"
    readonly="readonly"
    [/code]
    if you want to use netscape 4 use this:
    [code]


    [/code]
    Hope this helps you.

    --=][tReShR][=--

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion