Popup use in database applications

A new popup can be opened from within another popup by calling window.parent.$.jeegoopopup.open(options); Only one popup can be shown at any time. Closing the topmost popup reveals the underlying popup. Arguments can be passed from the topmost popup to the underlying popup via the close method: window.parent.$.jeegoopopup.close(data);

Id Name Job Salary Hiredate
1000 John Smith CEO 8000 11-06-2005
1001 Jane Doe Regional Manager 6000 01-22-2002
1002 Bill Johnson Assistant Regional Manager 3500 05-30-2004