Posted in colorbox

Instantiating a colorbox

Colorbox.png

function Delete (isn) {

$.colorbox({

width : ‘95%’,
height : ‘70%’,
iframe : true,
opacity : 0.5,

href : ‘inl_sev_011_Z_ver.php?ISN=’+isn,

fastIframe : false,
fixed : true,

onClosed : function(){

wysTabelPDF ();

}

});

}