In Parent Window,I have a lister page on click of each row i will be passing unique id to the function shown below.This function will open a dialogbox which has 2 buttons ok and cancel.
function submitRow()
{
window.showModalDialog ("url"," ","dialogHeight:450px;
dialogWidth:500px")
}
In...