echo "<fieldset data-role='controlgroup'>
<input type='radio' name='radio-choice-1' id='radio-choice-1'
**value='$val' onclick='hello($s)'**/> <label
for='radio-choice-1'>$val</label>
How can I pass $s as a string like 'sdd' to a javascript function in the html page. I an mot able to do this. It is creating some errors in mis position of quotes. Help me out.