Click to See Complete Forum and Search --> : Input box question


myraleen
03-26-2003, 10:51 AM
Hey... this is probably very simple

I have three types of users coming to a site, a system dba, a division dba and a division user.

The system dba can add users from any division.

But the division dba and the user can only add users from their own division.

So... my question (because i forgot my bible at home) is this:

In an input box, what is the word or code to make it so that the person viewing the page can not alter the value of that box???

havik
03-26-2003, 10:55 AM
<input type=text value=test disabled>

Is this what your looking for?

Havik

myraleen
03-26-2003, 11:02 AM
I had hope... but that doesn't work either.

Maybe i have to do something when the form is validated, saying they can only use their own division...

but i had thought it was possible to make an unchangeable text box.
:(

havik
03-26-2003, 12:06 PM
Well, that should work. But your idea on using a validation script would work as well. If you need any help let me know.

Havik