Hi Tony,
Thanks for your response to my previous post – I am now having problems with internet explorer – the following code works a treat in Firefox! but does not refresh correctly in explorer 7!
jQuery("#deleteButton").click( function() {
jQuery("div.statusbar").empty();
var su=jQuery("#remedialActionTable").delRowData(lastsel2);
if(su) {
jQuery.ajax({ url: 'deleteRemedialAction.php?&raid='+lastsel2, cache: false,
success: function(html){
j('#remedialActionTable').trigger("reloadGrid");
jQuery("div.statusbar").append(html);
} });
// DO NOTHING
} else alert("Please select row to delete!");
});
Any help with this will be much appreciated.
Thanks,
g