I have a line of code thus:
w3('<input type=radio name=rad onclick="parent .mySub('+i+')"> ');
The function w3() writes the code in an iframe. I need to set a variable "start" to the value "1" when a radio button is selected but BEFORE executing "parent.mySub() ". Can anyone help me with the required code?
Thanks
w3('<input type=radio name=rad onclick="parent .mySub('+i+')"> ');
The function w3() writes the code in an iframe. I need to set a variable "start" to the value "1" when a radio button is selected but BEFORE executing "parent.mySub() ". Can anyone help me with the required code?
Thanks
Comment