|
Query by Biplab Mitra:
I need some help from you
regarding MOSS.
I need to enable/disable
some fields with the
selection of radio buttons.
How can I add JavaScript to
the fields in the list? As I
am unable to get the field
ID.
Even I need to add some
logic for calculating some
fields with the selection of
the radio buttons.
Solution by Mario Fernandes
-
Open the List. ( I
am assuming its
Employee list.)
-
Pick any one record
& go in edit mode.
-
Right click on the
page & View Source
-
Search for <form
element - note down
the “name” value
-
Search for the field
you wish to make
read only say “EmployeeName”.
Check <input element
next to it – note
down the “name”
value
-
Copy the URL of this
EditForm.aspx
-
Open Sharepoint
Designer, File à
Open à paste the url
you copied
|