Hi,
I have the following code which should?? refresh the opener window and reload the data values. I can't get it to work, does anyone know why?
if ("<%=request.querystring("action"
%>"=="WriteData"
{
opener.location = "Contracts1.asp?action=ReadData&Contract="+document.ContractInfo.cont_no.value;
self.close();
}
I have the following code which should?? refresh the opener window and reload the data values. I can't get it to work, does anyone know why?
if ("<%=request.querystring("action"
opener.location = "Contracts1.asp?action=ReadData&Contract="+document.ContractInfo.cont_no.value;
self.close();
}