![]() |
|
|
|||||||
| PHP - Code PHP programming - Ask questions and help people with PHP code. If you are stuck and need help, this is where you ask for help. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Later I found this code from 405hp, but it's not working in radiobutton?!!!
PHP Code: function BitBtn1JSClick($sender, $params) { ?> alert(BitBtn1.myprop); return (false); <?php } function BitBtn1AfterShow($sender, $params) { echo "<script>BitBtn1.myprop='gobbledegook' ;</script>\n"; } |