InterviewSolution
Saved Bookmarks
| 1. |
How Will You Hide/show A Field Using Client Script? |
|
Answer» You can USE the g_form.setVisible(‘fieldname’, ‘VALUE’); method to show/hide a field USING CLIENT script. You can use the g_form.setVisible(‘fieldname’, ‘value’); method to show/hide a field using client script. |
|