joomla component
Hi,
I am creating a component using joomla. I have created a form which contains a drop down and the values inside the drop down are coming from another component. so I am able to select only one option. But I need to select multiple values from the drop down.
I have used like this:
<td><?php echo $lists['Organisation'] ?></td>
here the organisation names are coming from organisation component. I have not used <select><option></option></select>. So this has become a problem coz i cant use java script so that i can give the name of the java script function withing the <select> tag..
Can anyone please help me out to solve this problem.?
Thanks,
poornima
|