i have a function that changes the background colour of a cell based on a paramiter value parsed by a radio button.
This function fires on the 'onClick' event of each radio button.It accepts a parameter .
When i refresh the page I want the function to run by checking all the radio buttons in the form and firing the function for all the radio buttons that are checked.
how can I do this?
This function fires on the 'onClick' event of each radio button.It accepts a parameter .
When i refresh the page I want the function to run by checking all the radio buttons in the form and firing the function for all the radio buttons that are checked.
how can I do this?