Hi
I have a table row <td id="category"></td>! I have a child window opened and the user has to select several categories. The choice is something like this:
where cat is Category name value!
I would like that that value is put within the <td></td> tags in the parent form!
is it possible?
Thanks
Nick
I have a table row <td id="category"></td>! I have a child window opened and the user has to select several categories. The choice is something like this:
Code:
<input type="checkbox" id="cat1" cat="Category Name">
where cat is Category name value!
I would like that that value is put within the <td></td> tags in the parent form!
is it possible?
Thanks
Nick