what can I do gothering between php and javascript
I have a form that contain a blank text area , user should choose number of items to add inside it.
he click on "add" button, a pop up window opened and make check on choices and click "choose" button
i take its choices and add it on the blank text area where user also can choose one of these choice and make delete.
I thought that when user click on "choose" I add option in the text area with his choice but i can't write to the form while the pop up is opened
any idea.....
or any source code make this....
thanks