You can use your scripting to add
disabled="disabled"
to the fields you want disabled, depending on the login.
<input disabled="disabled"
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Whatever..." <webforumsuser@macromedia.com> wrote in
message
news:g14c93$hlk$1@forums.macromedia.com...
> Hi
>
> I am using Dreamweaver CS3 to create a small form-based
application to
> demo
> the Context Sensitive Help feature of Robohelp.
>
> I have to create a form which will have some
fields/checkboxes disabled
> based
> on the login ID used to access the application.
>
> For example, if Samantha, the Manager, logs on to the
Material Order page
> of
> an application, she should be able to edit the Material
Name, Category,
> Ship-to
> location, Supplier Name, ID, and the Price fields.
Whereas, if Tom, an
> Engineer, logs on to same page , he should be able to
edit only the
> Material
> Name, Category, and Ship-to Location fields.
>
> I want to restrict the fields based on Tom's login ID.
>
> The login page is created using Flash and xml.
>
> I am basically writer trying to learn a bit of coding.
So, please suggest
> the
> simplest method.
>
> Thanks.
>
> Sreekanth
>
>
>