if i want to pass in my value for confirmation box!!! so lets say i want to delete item no 1 so i checked the check box then when i pressed the delete button. the popup box come
If you are using a popup window you can reference the parent like this:
window.opener.document.getElementById("whatever").value = whatever;