I have a select box representing items from an array of objects.
I wnat the user to click on item in select then have a screen pop which all ows him/her to edit or delete the item from the list. After which I want the original screen diplayed w/o reloading as that would initialize my varables. The real question is how do I get the actions in the subscreen to affect the data in the first
I wnat the user to click on item in select then have a screen pop which all ows him/her to edit or delete the item from the list. After which I want the original screen diplayed w/o reloading as that would initialize my varables. The real question is how do I get the actions in the subscreen to affect the data in the first
Comment