If my conclusions are right when implementing access restrictions no node views Drupal developers have a choice of either implementing hook_access and hook_db_rewrite_sql to control access on the fly or use hook_node_grants/hook_access_records to store access control info in the node_access table.
hello every one,
I am using webform module and i have created the form and now i need to add javascripts to a form as to do some functionalities like when a radiobutton is clicked a text box wll be enabled..i have written the javascript also..but i dono where to add this javascript and how to call the form and the elements of the form.
please can any one help me on this.