- or download this
-onClick=>'alert("work");)
- or download this
-onClick=>'alert("work")');
- or download this
print $q->radio_group(
-name => 'type',
...
-onClick => 'alert("Work")',
-labels => {old=> 'Current Device Type', new=>'Add Device Type'},
);
- or download this
my %hash = (
old => 'Current Device Type',
...
-default => 'old',
-onClick => 'alert("Work")',
);