radio button problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zuzupus
Forum Commoner
Posts: 70
Joined: Thu Jul 17, 2003 4:54 am

radio button problem

Post by zuzupus »

hi

from one radio button on Cilck is it possible to get 3 values
in place of that so that i can use in my PHP file

<td class="black2"><input type="radio" name="ddir" onClick="document.enableform.name.value='<?=htmlentities($r->name) ?>'" value="<?=$r->sys_pk ?>" id="<?="dir{$r->sys_pk}" ?>" /></td>

more onClick on this as this field now change one field for one onclick

thanks
Post Reply