display details in centre
Dear Sir
I want to display message like shown below in center of screen with grey background disabling access to the existing window
I am aware of jquery a bit done ajx to populate (fill information in div displayed using
$('#viewdata').show();
var url = "viewemailfill.php"
var data = {
gid: gid
};
$('#viewdata').load(url, data);
Please help