Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
<apex:page controller="testHighlight"> <script> function doAction(Id) { document.getElementById("Dev").style.backgroundColor = "RED"; } </script> <apex:form > <div Id="Dev"> <apex:selectRadio value="{!str}" onchange="doAction(this.Id);" > </apex:selectRadio> </div> </apex:form> </apex:page>
I created one dummy page which may help you to resolve your issue.
Please let me know if this will help you then,
Thanks,
Keyur Modi
All Answers
I created one dummy page which may help you to resolve your issue.
Please let me know if this will help you then,
Thanks,
Keyur Modi